spring-cloud-stream icon indicating copy to clipboard operation
spring-cloud-stream copied to clipboard

Fix inconsistency in consuming messages in batches

Open olegz opened this issue 3 years ago • 1 comments

This issue may need to be transferred to kafka binder, so for now it's just a place holder See StackOverflow for more details - https://stackoverflow.com/questions/70423758/consuming-kafka-messages-with-its-key-in-batches-using-spring-cloud-stream-kafka/70424028#70424028 tagging @sobychacko

olegz avatar Dec 21 '21 16:12 olegz

Any news about this issue which is more than one year old ?

  1. It is not compliant with the Spring Cloud Stream reference documentation to receive Message<List<?>> instead of List<Message<?>>
  2. It is really not convenient to have to match key and value of each Kafka records through matching indexes in 2 separate lists

In addition, as the Kafka binder is now part of the main spring-cloud-stream repository, this issue doesn't need to be transferred anywhere.

rod2j avatar Feb 17 '23 16:02 rod2j