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

Extension methods for operating directly on Stream of KafkaConsumer #662

Merged
merged 5 commits into from
Aug 20, 2021

Conversation

bplommer
Copy link
Member

No description provided.

.evalTap(_.subscribeTo("topic"))
.flatMap(_.stream)
.subscribeTo("topic")
.stream
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like maybe we should rename stream to records to avoid having common patterns with stream being used twice with different meanings.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds reasonable to me. We could try to add new methods in a 3.0 without deletions of old methods.

@bplommer bplommer requested review from vlovgr and LMnet and removed request for vlovgr August 19, 2021 16:00
@bplommer bplommer marked this pull request as ready for review August 19, 2021 16:00
@bplommer bplommer requested a review from vlovgr August 19, 2021 16:11
Copy link
Member

@LMnet LMnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bplommer bplommer merged commit e9329f8 into series/1.x Aug 20, 2021
@bplommer bplommer deleted the consumer-syntax branch August 23, 2021 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants