-
Notifications
You must be signed in to change notification settings - Fork 560
feat: change kafka to redpanda #1771
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: develop
Are you sure you want to change the base?
Changes from all commits
1afa22f
3721a22
ef19a4d
7314b28
073ffeb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2196,10 +2196,30 @@ zookeeper: | |
# persistence: | ||
# size: 8Gi | ||
|
||
redpanda: | ||
enabled: true | ||
fullnameOverride: "sentry-redpanda" | ||
config: | ||
cluster: | ||
auto_create_topics_enabled: true | ||
statefulset: | ||
replicas: 1 | ||
listeners: | ||
kafka: | ||
port: 9092 | ||
tls: | ||
enabled: false | ||
authenticationMethod: "plaintext" | ||
console: | ||
enabled: false | ||
auth: | ||
sasl: | ||
enabled: false | ||
|
||
# Settings for Kafka. | ||
# See https://github.com/bitnami/charts/tree/master/bitnami/kafka | ||
kafka: | ||
enabled: true | ||
enabled: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it will be that much of a big deal, one could lose some unprocessed events in the transition but isn't that's something to be excepted when doing an upgrade anyways? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I make a guide for upgrade. |
||
provisioning: | ||
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers. | ||
# Note that existing topics will remain with replicationFactor: 1 when updated. | ||
|
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.
I suggest disabling external access as I don't think it is necessary and is best left disabled as a security measure.
Also, usage stats sent to Redpanda are enabled by default.