Comparing version 3.2.2 to 3.2.3
@@ -194,3 +194,3 @@ 'use strict'; | ||
}) | ||
.catch(errors.NoKafkaConnectionError, { code: 'UnknownMemberId' }, { code: 'NotCoordinatorForGroup' }, function (err) { | ||
.catch(function (err) { | ||
self.client.error('Full rejoin attempt failed:', err); | ||
@@ -197,0 +197,0 @@ return Promise.delay(1000).then(_tryFullRejoin); |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"main": "./lib/index.js", | ||
@@ -12,0 +12,0 @@ "types": "./types/index.d.ts", |
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
361459