Comparing version 3.4.3 to 3.4.4
@@ -324,2 +324,3 @@ 'use strict'; | ||
if (p.error || p.offset < 0) { | ||
self.client.warn('No commited offset available, time set to startingOffset for', p.topic + ':' + p.partition); | ||
options = { | ||
@@ -326,0 +327,0 @@ time: self.options.startingOffset |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"main": "./lib/index.js", | ||
@@ -21,3 +21,3 @@ "types": "./types/index.d.ts", | ||
"hashring": "^3.2.0", | ||
"lodash": "=4.17.11", | ||
"lodash": "=4.17.21", | ||
"murmur-hash-js": "^1.0.0", | ||
@@ -24,0 +24,0 @@ "nice-simple-logger": "^1.0.1", |
@@ -11,2 +11,4 @@ import * as Kafka from "./kafka"; | ||
handler: DataHandler): Promise<void>; | ||
subscribe(topic: string, options: BaseConsumerOptions, handler: DataHandler): Promise<void>; | ||
subscribe(topic: string, handler: DataHandler): Promise<void>; | ||
@@ -13,0 +15,0 @@ unsubscribe(topic: string, partitions?: number | number[]): Promise<number[]>; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6000
361999
Updatedlodash@=4.17.21