confluentinc / ccloud-tools

Running Tools from Confluent Platform along with your Confluent Cloud™ Cluster
Apache License 2.0
66 stars 31 forks source link

add interceptors #6

Closed markteehan closed 5 years ago

markteehan commented 5 years ago

Connect distributed (properties file kafka-connect-ccloud.properties) should include these two properties to enable Consumer Lag & Data Streams in C3:

producer.interceptor.classes=io.confluent.monitoring.clients.interceptor.MonitoringProducerInterceptor consumer.interceptor.classes=io.confluent.monitoring.clients.interceptor.MonitoringConsumerInterceptor

riferrei commented 5 years ago

Added!