-
Notifications
You must be signed in to change notification settings - Fork 367
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 JsonFormatStreamReader #878
base: master
Are you sure you want to change the base?
Conversation
@andmarios Could someone your team review this? I need this change as well to backup everything from kafka (timestamp, key, value, headers, and message) |
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.
Sorry for taking a while to look at this one.
A few comments:
- Please remove "CONTRIBUTING" file - we will be adding something similar soon. Also not appropriate for us to have any mention of other companies.
- Addition of Dockerfile looks good but please can you document how this is used or how this can help development in the README.
- I don't think the MANIFEST.MF is necessary as this should be generated by the assembly process? Is there a reason you needed to add this?
- Any code addition should be covered with unit tests so as to ensure the code is bug-free and cover against future regressions. We plan on covering this in some contribution guidelines in future, apologies for not making this clear.
I forgot to mention, thank you for the contribution @iosifnicolae2 👍 |
@davidsloan thank you for your review, unfortunetly we're not using anymore this functionality so I cannot allocate more time on fixing all the requested changes. @fqlx if you have time feel free to fix the requested changes and open a new PR Thank you! |
No description provided.