Skip to content

Commit

Permalink
fix: remove unused kafka config field default
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Jun 10, 2024
1 parent 9ac4c22 commit c6bc7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph-gateway/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ impl Default for KafkaConfig {
fn default() -> Self {
let settings = [
("bootstrap.servers", ""),
("group.id", "graph-gateway"),
("message.timeout.ms", "3000"),
("queue.buffering.max.ms", "1000"),
("queue.buffering.max.messages", "100000"),
Expand Down

0 comments on commit c6bc7af

Please sign in to comment.