Skip to content

Commit

Permalink
Rename --brokers to --bootstrap-server
Browse files Browse the repository at this point in the history
Fixes #232
  • Loading branch information
philipp94831 committed Jul 22, 2024
1 parent 38bbfca commit 1cb5dc6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/producer-app-cleanup-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ files: {}
# content: "foo bar"

streams:
# bootstrapServers: "test:9092"
# bootstrapServers: "test:9092"
# schemaRegistryUrl: "url:1234"
config: {}
# max.poll.records: 500
Expand Down
2 changes: 1 addition & 1 deletion charts/producer-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resources:
cpu: 500m

streams:
# bootstrapServers: "test:9092"
# bootstrapServers: "test:9092"
# schemaRegistryUrl: "url:1234"
config: {}
# max.poll.records: 500
Expand Down
2 changes: 1 addition & 1 deletion charts/streams-app-cleanup-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ files: {}
# content: "foo bar"

streams:
# bootstrapServers: "test:9092"
# bootstrapServers: "test:9092"
# schemaRegistryUrl: "url:1234"
config: {}
# max.poll.records: 500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
* <li>{@link #bootstrapServers}</li>
* <li>{@link #outputTopic}</li>
* <li>{@link #extraOutputTopics}</li>
* <li>{@link #bootstrapServers}</li>
* <li>{@link #debug}</li>
* <li>{@link #schemaRegistryUrl}</li>
* <li>{@link #kafkaConfig}</li>
Expand Down

0 comments on commit 1cb5dc6

Please sign in to comment.