kafka-example-in-scala
kafka-example-in-scala copied to clipboard
Consumer without loop
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?