Artem Bilan
Artem Bilan
If you don't need a `DynamoDbMetadataStore`, then you really have to use a mocked variant for the `ConcurrentMetadataStore`., for example an in-memory `SimpleMetadataStore`. If you still need a `DynamoDbMetadataStore`, but...
I don't think it has to do anything with this project which is just a Java client to AWS Kinesis service. It sounds like that AppDynamics is a part of...
We will be happy to bring that adapter support back when its version for AWS SDK v2 is released. And that is exactly a matter of the issue on AWS...
@marcusvoltolim , Do you suggest that `SimpleRetryPolicy` covers such a use-case?
Good. Closing as `Not Planned`.
Closed according to the explanation in the issue: https://github.com/spring-projects/spring-amqp/issues/977#issuecomment-1894467375
I don't see a reason in all of this since we have a more advance `Jackson2JavaTypeMapper` strategy which is an extension of the mentioned `ClassMapper` with all the expected logic....
Plus one from Spring Integration AWS. Our `SnsMessageHandler` is based on the `SnsAsyncClient` and I realized that I need to use a `DefaultTopicArnResolver` which is based on an `SnsClient`. Sure!...
OK. I see what is going on. You try to push coding from Java back to YAML which is indeed error-prone. I agree that simple one-stop-shop properties are OK to...
Hm. Looks like it is just a general `enum` (de)serialization problem in JSON: https://www.baeldung.com/jackson-serialize-enums. Feels like such a `Set` has to be converted into a `StringUtils.collectionToCommaDelimitedString()`. As well as a...