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

Add kafka configuration to pub/sub #3275

Merged
merged 2 commits into from Dec 15, 2023
Merged

Add kafka configuration to pub/sub #3275

merged 2 commits into from Dec 15, 2023

Conversation

yaron2
Copy link
Member

@yaron2 yaron2 commented Dec 14, 2023

Partially closes #2173 (comment).

Signed-off-by: yaron2 <schneider.yaron@live.com>
@yaron2 yaron2 requested review from a team as code owners December 14, 2023 23:46
Signed-off-by: yaron2 <schneider.yaron@live.com>
@artursouza artursouza added this pull request to the merge queue Dec 15, 2023
Merged via the queue into dapr:main with commit 323e9bf Dec 15, 2023
86 checks passed
@ItalyPaleAle ItalyPaleAle added this to the v1.13 milestone Dec 22, 2023
@@ -257,5 +266,32 @@ func (k *Kafka) getKafkaMetadata(meta map[string]string) (*KafkaMetadata, error)
m.internalVersion = version
}

if val, ok := meta[channelBufferSize]; ok && val != "" {
Copy link
Contributor

Choose a reason for hiding this comment

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

@yaron2 looking at this PR that was merged, this is not done correctly as it's not case-insensitive. Can you please create a quick fix-up that uses GetMetadataProperty? https://pkg.go.dev/github.com/dapr/kit/metadata#GetMetadataProperty

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.

Pub Sub Polling interval for Kafka
3 participants