Reputation: 65
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
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