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

Update kafka franz output to have timeout field #1293

Merged
merged 5 commits into from
Jun 19, 2022

Conversation

ekeric13
Copy link
Contributor

@ekeric13 ekeric13 commented Jun 14, 2022

Manual QA worked well

Related:
#1292
#1295

@ekeric13 ekeric13 mentioned this pull request Jun 14, 2022
@Jeffail
Copy link
Collaborator

Jeffail commented Jun 19, 2022

Looks great, thanks (again) @ekeric13!

@Jeffail Jeffail merged commit 4ec70ec into redpanda-data:main Jun 19, 2022
@@ -40,6 +41,7 @@ This output is new and experimental, and the existing ` + "`kafka`" + ` input is
Field(service.NewInterpolatedStringField("key").
Description("An optional key to populate for each message.").Optional()).
Field(service.NewStringAnnotatedEnumField("partitioner", map[string]string{
"murmur2_hash": "Kafka's default hash algorithm that uses a 32-bit murmur2 hash of the key to compute which partition the record will be on.",
Copy link

Choose a reason for hiding this comment

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

Might want to add uniform_bytes for the UniformBytesPartitioner, I recommend this one over all the rest now

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