IDUN-BogdanPi

Results 3 issues of IDUN-BogdanPi

Hi, I am using Kinesis Producer for Java: ``` com.amazonaws amazon-kinesis-producer 0.15.8 ``` This is my send-message code snippet: ``` String json = objectMapper.writeValueAsString(msg); log.info("Sending notification to user: {}, message...

### Describe the bug Without any apparent reason, sometimes I get this exception `java.lang.IllegalStateException: Connection pool shut down` and all requests to DynamoDB fail. I am using DynamoDB Enhanced Client:...

bug
closing-soon
p3

### Describe the feature Enhance the `UpdateItemEnhancedRequest` to support update expressions. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html I see this feature is partially implemented: https://aws.amazon.com/blogs/developer/using-atomic-counters-in-the-enhanced-dynamodb-aws-sdk-for-java-2-x-client/ but as it is also stated in the article: >...

feature-request
dynamodb-enhanced
p2