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

How to configure kafka client config #3018

Closed
kimxogus opened this issue May 2, 2024 · 5 comments
Closed

How to configure kafka client config #3018

kimxogus opened this issue May 2, 2024 · 5 comments

Comments

@kimxogus
Copy link

kimxogus commented May 2, 2024

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

What are you trying to accomplish?

I want to configure rdkafka's clinet.id and partition.assignment.strategy in sentry's conf.py.

How are you getting stuck?

I tried to set sentry config.py file in 3 ways as below, but they didn't work.

KAFKA_CLUSTERS["default"]["common"]["client.id"] = "my-client-id"
or
KAFKA_CLUSTERS["default"]["consumers"]["client.id"] = "my-client-id"
or
KAFKA_CLUSTERS["default"]["client.id"] = "my-client-id"

I referred here

Where in the product are you?

Other

Link

No response

DSN

No response

Version

24.2.0

@getsantry
Copy link

getsantry bot commented May 2, 2024

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link

getsantry bot commented May 2, 2024

Routing to @getsentry/product-owners-settings-integrations for triage ⏲️

@ceorourke ceorourke transferred this issue from getsentry/sentry May 3, 2024
@hubertdeng123
Copy link
Member

That seems like it would be the right way to go about things. Did you try rerunning the install script after making these changes?

@kimxogus
Copy link
Author

kimxogus commented May 7, 2024

@hubertdeng123 What is the install script? I installed sentry with k8s helm chart.

@azaslavsky
Copy link
Contributor

We don't offer support for the k8s setup specified in that repository - this repository only supports the docker-compose.yml setup we have here. sentry-kubernetes seems like a better place to go for further guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Archived in project
Development

No branches or pull requests

4 participants