question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

spring-cloud-stream-binder-kafka 2.0.0.M1 can't receive event message

See original GitHub issue

I use Spring Boot 2.0.0.M3 and Spring Cloud Finchley.M2,using spring-cloud-stream-binder-kafka 2.0.0.M1 to test a simple produce and consume demo ,and find that produce event to kafka is OK, but the consumer cann’t get the event message.

I change the Spring Boot version to 1.5.6.RELEASE,Spring Cloud version to Dalston.SR4, everything is fine .

Demo projects link:https://github.com/wiselyman/Spring-Cloud-Stream-Kafka-CQRS-ES.

Thanks for all your helps.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
artembilancommented, Oct 19, 2017

You have to use Apache Kafka 0.11.x. That is the version supported by Spring Cloud Stream 2.0

1reaction
sobychackocommented, Oct 18, 2017

@wiselyman @a479159321 I am able to start and run the apps using the latest 2.0.0.BUILD-SNAPSHOT versions. Please ensure that you don’t have any dependency conflicts etc. For your reference, I created a simple sample repository that contains a source and a sink here: https://github.com/sobychacko/kafka-binder-gh-229/tree/master

Read more comments on GitHub >

github_iconTop Results From Across the Web

spring-cloud-stream-binder-kafka 2.0.0.M1 can't receive event ...
M1 to test a simple produce and consume demo ,and find that produce event to kafka is OK, but the consumer cann't get...
Read more >
spring-cloud/spring-cloud-stream - Gitter
The message sent to the errorChannel by the binder is not designed to be sent to a kafka topic directly; it is designed...
Read more >
Spring Integration for AWS 2.0.0.M1 and Spring Cloud Stream ...
The Spring Cloud Stream Binder for AWS Kinesis provides the binding implementation for the Spring Cloud Stream.
Read more >
Unanswered 'spring-cloud-stream' Questions - Stack Overflow
I am using Spring Cloud Stream Kafka binder to consume messages from Kafka. ... to implement retry using DLQ, which works great but...
Read more >
[Solved]-Spring Cloud turbine - No data returned from /turbine ...
Hi I am dealing with the same problem using Camden.SR6. After adding following in Turbine Service pom.xml, I was able to use turbine...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found