Skip to content

Conversation

@MarkGreenPR
Copy link
Collaborator

  • Add config files for testing kafka broker connections
  • Add CREATE_TOPICS setting to env
  • Remove sarama-cluster dependency

@MarkGreenPR MarkGreenPR self-assigned this Mar 9, 2022
@MarkGreenPR MarkGreenPR requested a review from jscharber March 9, 2022 03:56
@MarkGreenPR MarkGreenPR linked an issue Mar 9, 2022 that may be closed by this pull request
Copy link
Contributor

@jscharber jscharber left a 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
Copy link
Contributor

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
Copy link
Contributor

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

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.

Test kafka broker connections

3 participants