You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.5.3 of this lib, this worked fine. In 1.6.0 it throws an NullPointerException with this at the top of the stack:
java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "cloudWatchClient" is null
at com.amazonaws.services.kinesis.clientlibrary.lib.worker.Worker.getMetricsFactory(Worker.java:1241)
at com.amazonaws.services.dynamodbv2.streamsadapter.StreamsWorkerFactory.createDynamoDbStreamsWorker(StreamsWorkerFactory.java:127)
It appears that passing a null cloudWatchClient is no longer allowed, is this intentional?
The text was updated successfully, but these errors were encountered:
Hi, we have some code that invokes
StreamsWorkerFactory.createDynamoDbStreamsWorker
like so:In version 1.5.3 of this lib, this worked fine. In 1.6.0 it throws an NullPointerException with this at the top of the stack:
It appears that passing a null cloudWatchClient is no longer allowed, is this intentional?
The text was updated successfully, but these errors were encountered: