-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix other possible
Java.Lang.NullPointerException
, startup synchron…
…ization and minor changes (#260) * Fix Java.Lang.NullPointerException and startup synchronization * Override GroupId only if it does not exist in external supplied ConsumerConfig * Added missing properties on KNetConsumerRecords and KNetConsumerRecord * ConsumeAsync of KNetConsumer enqueue data only if contains information to avoid to waste CPU cycles and returns a boolean indicating if something was enqueued * Added ConsumePollTimeout to manage timeout of ConsumeAsync, changed SyncWait behavior considering data buffered from ConsumeAsync and removed the case of ConsumeLag not available
- Loading branch information
1 parent
4e4acaf
commit ea42082
Showing
4 changed files
with
140 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.