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 4b98fb1 commit 8e38832
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 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=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.
# set `shotover::connection_span=info` to `shotover::connection_span=debug` 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"
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ 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=""
- 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'

24 changes: 0 additions & 24 deletions shotover-proxy/tests/test-configs/kafka/passthrough-sasl/save.yaml

This file was deleted.

0 comments on commit 8e38832

Please sign in to comment.