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

feat: support message payload file in kafka-producer-performance #2212

Closed
wants to merge 3 commits into from

Conversation

lisp-the-great
Copy link

@lisp-the-great lisp-the-great commented Apr 13, 2022

Add support to kafka-producer-performance to read messages from a text file instead of generating random ones. The format of the "message-file" can be one of "raw" (default), "hex" or "base64". Messages will be built cyclically from the message file lines and if the file size is greater than the "message-load" only the first n lines will be taken.

@ghost ghost added the cla-needed label Apr 13, 2022
@lisp-the-great lisp-the-great marked this pull request as draft April 14, 2022 07:02
@ghost ghost removed the cla-needed label Apr 16, 2022
@lisp-the-great lisp-the-great marked this pull request as ready for review April 17, 2022 14:01
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale Issues and pull requests without any recent activity label Aug 18, 2023
@dnwe dnwe changed the title feat: support message payload file feat: support message payload file in kafka-producer-performance Aug 18, 2023
@github-actions github-actions bot removed the stale Issues and pull requests without any recent activity label Aug 18, 2023
Copy link

Thank you for your contribution! However, this pull request has not had any activity in the past 90 days and will be closed in 30 days if no updates occur.
If you believe the changes are still valid then please verify your branch has no conflicts with main and rebase if needed. If you are awaiting a (re-)review then please let us know.

@github-actions github-actions bot added the stale Issues and pull requests without any recent activity label Nov 16, 2023
@github-actions github-actions bot closed this Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues and pull requests without any recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant