mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/kafka] broker-list option is deprecated, change to bootstrap-server (#29864)
* [bitnami/kafka] broker-list option is deprecated, change to bootstrap-server Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com> * bump chart version Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 30.1.5 (2024-10-07)
|
||||
## 30.1.6 (2024-10-10)
|
||||
|
||||
* [bitnami/kafka] Update default value of `heapOpts` to fit Kafka pod RAM limit while utilize its increase (#29670) ([#29782](https://github.com/bitnami/charts/pull/29782))
|
||||
* [bitnami/kafka] broker-list option is deprecated, change to bootstrap-server ([#29864](https://github.com/bitnami/charts/pull/29864))
|
||||
|
||||
## <small>30.1.5 (2024-10-07)</small>
|
||||
|
||||
* [bitnami/kafka] Update default value of `heapOpts` to fit Kafka pod RAM limit while utilize its incr ([51a574e](https://github.com/bitnami/charts/commit/51a574e7a0f97ec479349080d5c137bdaa4bf033)), closes [#29670](https://github.com/bitnami/charts/issues/29670) [#29782](https://github.com/bitnami/charts/issues/29782) [#29670](https://github.com/bitnami/charts/issues/29670)
|
||||
|
||||
## <small>30.1.4 (2024-09-22)</small>
|
||||
|
||||
|
||||
@@ -40,4 +40,4 @@ maintainers:
|
||||
name: kafka
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
|
||||
version: 30.1.5
|
||||
version: 30.1.6
|
||||
|
||||
@@ -149,7 +149,7 @@ To create a pod that you can use as a Kafka client run the following commands:
|
||||
{{- if or $clientSaslEnabled $clientSslEnabled }}
|
||||
--producer.config /tmp/client.properties \
|
||||
{{- end }}
|
||||
--broker-list {{ join "," $brokerList }} \
|
||||
--bootstrap-server {{ $fullname }}.{{ $releaseNamespace }}.svc.{{ $clusterDomain }}:{{ .Values.service.ports.client }} \
|
||||
--topic test
|
||||
|
||||
CONSUMER:
|
||||
|
||||
Reference in New Issue
Block a user