Antony Stubbs
Antony Stubbs
Consider adding to docs or do a comparative blog post cc @rkolesnev
> Probably implement `auto.commit.enabled` check without using reflection I would looooove to do that, but when I implemented it, I couldn't think of any other way to make sure it's...
The root issue of this however - is what should PC do with deserialization errors? Why don't we just add some handling logic to PC itself? Also - in your...
See https://github.com/confluentinc/parallel-consumer/pull/291 for implementation of SKIP and SHUTDOWN for user function failure - will be released in next feature release. Keen to get feedback! - #291 We should open a...
Hello again @mauricioszabo ! I saw this comment: https://github.com/technomancy/leiningen/issues/2729#issuecomment-784392623 - so is this actually not an issue?
Ah ok, I see. Well, how does something like this look? https://github.com/confluentinc/parallel-consumer/compare/master...astubbs:custom-thread-pool
@JorgenRingen what sort of metrics would you be interested in seeing?
The example is already written, it just needs including in the README
Are your offsets in your consumer group topic being expired? the default retention for offsets used to be 24 hours. Once the offsets are gone, it should start from the...