Randika Perera
Randika Perera

Reputation: 65

Spring cloud stream with bind kafka

I am new to spring cloud and I'm searching for any simple complete example for spring cloud stream using kafka broker.

Upvotes: 0

Views: 297

Answers (1)

Ilayaperumal Gopinathan
Ilayaperumal Gopinathan

Reputation: 4179

You can refer to the samples repo here and use Kafka binder in the sample application if it has a binder other than Kafka.

Upvotes: 2

Related Questions