-
Notifications
You must be signed in to change notification settings - Fork 1
Update kafka config and remove sarama-cluster #26
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
base: master
Are you sure you want to change the base?
Conversation
MarkGreenPR
commented
Mar 9, 2022
- Add config files for testing kafka broker connections
- Add CREATE_TOPICS setting to env
- Remove sarama-cluster dependency
jscharber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments on k8s configs
| ports: | ||
| - containerPort: 9092 | ||
| env: | ||
| - name: KAFKA_PORT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need the other env we talked about yesterday
| - name: KAFKA_ZOOKEEPER_CONNECT | ||
| value: zookeeper:2181 | ||
| - name: KAFKA_CREATE_TOPICS | ||
| value: logs:3:1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We run a proper cluster in prod so partitions and replication should be variables