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

[KAFKA-7718] KIP-634 implementation #10265

Draft
wants to merge 10 commits into
base: trunk
Choose a base branch
from
Draft

Conversation

jeqo
Copy link
Contributor

@jeqo jeqo commented Mar 4, 2021

Draft implementation of KIP-634

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@jeqo jeqo changed the title To record value [KAFKA-7718] KIP-634 implementation Mar 8, 2021
final long timestamp,
final org.apache.kafka.common.header.Headers headers
) {
this("", -1, -1L, value, timestamp, headers);

Choose a reason for hiding this comment

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

What's topic(""), partition(-1), offset(-1) for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants