Skip to content

Commit

Permalink
Change default Kafka read mode to Kubernetes log watch (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Oct 31, 2023
1 parent 6c738ca commit 19ae495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kafka-watcher/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (

const (
KafkaLogReadModeKey = "kafka-log-read-mode"
KafkaLogReadModeDefault = FileReadMode
KafkaLogReadModeDefault = KubernetesLogReadMode
KafkaServersKey = "kafka-servers"
KafkaReportIntervalKey = "kafka-report-interval"
KafkaReportIntervalDefault = 10 * time.Second
Expand Down

0 comments on commit 19ae495

Please sign in to comment.