Skip to content

Commit

Permalink
fix(cyclotron): fix appmetrics topic names (#25264)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 authored Sep 28, 2024
1 parent 798ceda commit ad2efe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/common/kafka/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pub mod kafka_messages;
pub mod kafka_producer;
pub mod test;

pub const APP_METRICS_TOPIC: &str = "app_metrics";
pub const APP_METRICS2_TOPIC: &str = "app_metrics2";
pub const APP_METRICS_TOPIC: &str = "clickhouse_app_metrics";
pub const APP_METRICS2_TOPIC: &str = "clickhouse_app_metrics2";

0 comments on commit ad2efe9

Please sign in to comment.