Re: Documentation/Article/Case Study on Scala as the Kafka Backbone Language

2018-07-29 Thread Rahul Singh
4. I meant to say pattern matching. You can catch a match on the structure (int, string, string) without explicitly setting the case class in a case switch statement. https://alvinalexander.com/scala/how-to-use-pattern-matching-scala-match-case-expressions 6. I’ve been using partial classes in

Kafka stream application load balancing

2018-07-29 Thread Siva Ram
Hi, Kafka version 1.0.0 (can't upgrade to another version yet due to legacy dependency) The stream application uses low level processor API and maintains state. A topic is setup with 30 partitions and I had split to 2 stream application instances consuming the same topic, each with 15 threads.