Skip to content
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

Merged
merged 3 commits into from
Apr 7, 2020

Conversation

Avasil
Copy link
Collaborator

@Avasil Avasil commented Apr 2, 2020

Fixes #175
Fixes #90

@yeryomenkom is that what you had in mind?

@@ -249,6 +249,7 @@ final case class KafkaConsumerConfig(
observableCommitType: ObservableCommitType,
observableCommitOrder: ObservableCommitOrder,
observableSeekToEndOnStart: Boolean,
observableSeekToBeginningOnStart: Boolean,
Copy link
Collaborator Author

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

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,

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.

@yeryomenkom
Copy link

@Avasil Hi! Thank you for this PR. Seems good!

@Avasil
Copy link
Collaborator Author

Avasil commented Apr 7, 2020

Thanks @yeryomenkom - I will finish it and will do a release
ping me if I forget :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants