Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Feb 20, 2024
1 parent 0ca1ec0 commit 4b98fb1
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 150 deletions.
2 changes: 1 addition & 1 deletion shotover-proxy/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# configure the first `info` to set the log level for dependencies
# configure `shotover=info` to set the log level for shotover itself
# set `shotover::connection_span=info` to `shotover::connection_span=info` to attach connection info to most log events, this is disabled by default due to a minor performance hit.
# set `shotover::connection_span=debug` to `shotover::connection_span=info` to attach connection info to most log events, this is disabled by default due to a minor performance hit.
main_log_level: "info, shotover=info, shotover::connection_span=info"
observability_interface: "0.0.0.0:9001"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ services:
- KAFKA_CFG_SASL_MECHANISM_INTER_BROKER_PROTOCOL=PLAIN
- KAFKA_INTER_BROKER_USER=controller_user
- KAFKA_INTER_BROKER_PASSWORD=controller_password
- KAFKA_CERTIFICATE_PASSWORD=123456
- KAFKA_TLS_TYPE=JKS # or PEM
- KAFKA_CFG_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM=""
# - KAFKA_CERTIFICATE_PASSWORD=123456
# - KAFKA_TLS_TYPE=JKS # or PEM
# - KAFKA_CFG_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM=""
- BITNAMI_DEBUG=true
volumes:
- './certs/kafka.keystore.jks:/opt/bitnami/kafka/config/certs/kafka.keystore.jks:ro'
- './certs/kafka.truststore.jks:/opt/bitnami/kafka/config/certs/kafka.truststore.jks:ro'
# volumes:
# - './certs/kafka.keystore.jks:/opt/bitnami/kafka/config/certs/kafka.keystore.jks:ro'
# - './certs/kafka.truststore.jks:/opt/bitnami/kafka/config/certs/kafka.truststore.jks:ro'

0 comments on commit 4b98fb1

Please sign in to comment.