-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add seekToBeginning option, reuse instances of kafka (de)serializers #179
Conversation
@@ -249,6 +249,7 @@ final case class KafkaConsumerConfig( | |||
observableCommitType: ObservableCommitType, | |||
observableCommitOrder: ObservableCommitOrder, | |||
observableSeekToEndOnStart: Boolean, | |||
observableSeekToBeginningOnStart: Boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will probably change to ADT, I need to decide whether I want to break it or not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to have this change before final release.
@@ -249,6 +249,7 @@ final case class KafkaConsumerConfig( | |||
observableCommitType: ObservableCommitType, | |||
observableCommitOrder: ObservableCommitOrder, | |||
observableSeekToEndOnStart: Boolean, | |||
observableSeekToBeginningOnStart: Boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to have this change before final release.
@Avasil Hi! Thank you for this PR. Seems good! |
Thanks @yeryomenkom - I will finish it and will do a release |
Fixes #175
Fixes #90
@yeryomenkom is that what you had in mind?