The kinesis sample projects are very outdated. The samples in https://github.com/spring-cloud/spring-cloud-dataflow-samples/blob/main/dataflow-website/recipes/kinesisdemo use spring boot 2.7.8 and spring-cloud-stream-binder-kinesis version 2.2.0. At the point I think these samples are obsolete. For example, they use @EnableBinding and @StreamListener which don't exist anymore.
Could you please provide updated samples that use Spring Boot 3.x and spring-cloud-stream-binder-kinesis 4.x?
The kinesis sample projects are very outdated. The samples in https://github.com/spring-cloud/spring-cloud-dataflow-samples/blob/main/dataflow-website/recipes/kinesisdemo use spring boot
2.7.8andspring-cloud-stream-binder-kinesisversion2.2.0. At the point I think these samples are obsolete. For example, they use@EnableBindingand@StreamListenerwhich don't exist anymore.Could you please provide updated samples that use Spring Boot 3.x and spring-cloud-stream-binder-kinesis 4.x?