Mikhail Gribkov
Results
2
issues of
Mikhail Gribkov
# Issue description Hey! I'm trying to skip malformed messages by inheriting from KafkaConsumer and altering poll() method behavior. ```java class ExceptionHandlingKafkaConsumer extends KafkaConsumer { public HandlingKafkaConsumer(final Map configs) {...
Hey! I have an issue after consumer group rebalance resulting in all partitions being assigned to single consumer. I use the following stream: ```java Scheduler messageHandlingScheduler = Schedulers.newBoundedElastic( 100, Integer.MAX_VALUE,...
type/documentation
good first issue