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 librdkafka based consumer #367

Merged
merged 7 commits into from
Sep 14, 2020

Conversation

tkornai
Copy link
Contributor

@tkornai tkornai commented Sep 8, 2020

Hence solving for #350

Only tested locally, not ready for production use yet.

Checking the last commit in this PR shows diffs agains the in_kafka_group implementation which I used as a template.

Signed-off-by: Tamas Kornai <[email protected]>
Signed-off-by: Tamas Kornai <[email protected]>
@tkornai tkornai force-pushed the in-rdkafka-group-history branch from 8d6a9d0 to b225673 Compare September 8, 2020 08:17
This was referenced Sep 8, 2020
@repeatedly
Copy link
Member

I have just commented on old PR. Check my review: #366 (review)

Copy link

@robinp-tw robinp-tw left a comment

Choose a reason for hiding this comment

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

Random comments.

@tkornai
Copy link
Contributor Author

tkornai commented Sep 8, 2020

Thanks @repeatedly and @robinp-tw for the comments, I tried to address all of them.

@tkornai
Copy link
Contributor Author

tkornai commented Sep 9, 2020

Hi @repeatedly, thanks for your help with this change set.

Quick question regarding the next steps. Should I add a disclaimer somewhere about the new input plugin being in a "beta" state? Or is there anything else that I should do so the PR can be merged?

@repeatedly
Copy link
Member

Should I add a disclaimer somewhere about the new input plugin being in a "beta" state?

If you want to put it, there are 2 approaches:

  • Use log.warn in configure method
  • Write it on README section

@tkornai
Copy link
Contributor Author

tkornai commented Sep 10, 2020

Decided to do both. Is there anything else I should take care of?

@tkornai tkornai force-pushed the in-rdkafka-group-history branch from 7e65adc to b65c75d Compare September 10, 2020 14:26
@repeatedly repeatedly merged commit 7f4f516 into fluent:master Sep 14, 2020
@repeatedly
Copy link
Member

Merged. I will release new version soon.

@tkornai tkornai deleted the in-rdkafka-group-history branch September 15, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants