Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Added the support for the new format of producer message with timestamp support#246

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnward merged 1 commit intokafka-rust:masterfromyra1029:Add_producer_timestamp
Jul 16, 2025

Conversation

yra1029
Copy link
Contributor

[Description]

While using this crate for interaction with kafka I noticed that it lacks the very basic functionality like attaching the timestamp. So I added new format of kafka message with the timestamp support. The encoding is done based on the kafka documentation in section5.3.3 Old Message Format.

I found that compression related configuration method is accessible even if feature is not set but for the timestamp impl another approach was chosen. I implemented it under the feature flag but made the configuration for kafka producer not accessible while feature is not set.

This changes were tested with and without compression.

@johnwardjohnward merged commit6c9c1f2 intokafka-rust:masterJul 16, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@yra1029@johnward

[8]ページ先頭

©2009-2025 Movatter.jp