kafka-example-in-scala icon indicating copy to clipboard operation
kafka-example-in-scala copied to clipboard

Consumer without loop

Open ASalihov opened this issue 4 years ago • 0 comments

Is there possibility to cerate kafka consumer without loop? In .net I can create consumer as hosted service and just subscribe to topic. No loops needed. Can I do smth like this with scala?

ASalihov avatar Apr 18 '20 10:04 ASalihov