add log for connecting to kafka
This commit is contained in:
parent
10d2d46512
commit
b0653c0e9f
@ -468,6 +468,8 @@ impl Web3ProxyApp {
|
||||
|
||||
let mut kafka_producer: Option<rdkafka::producer::FutureProducer> = None;
|
||||
if let Some(kafka_brokers) = top_config.app.kafka_urls.clone() {
|
||||
info!("Connecting to kafka");
|
||||
|
||||
let security_protocol = &top_config.app.kafka_protocol;
|
||||
|
||||
match rdkafka::ClientConfig::new()
|
||||
|
Loading…
Reference in New Issue
Block a user