tmgstevens commented on PR #382: URL: https://github.com/apache/flume/pull/382#issuecomment-1250134175
Hi @geniusjoe , Testing this today and it is all working fine. The only nit I have is that you get the following warning: `2022-09-17 21:06:54,707 (lifecycleSupervisor-1-0) [WARN - org.apache.kafka.common.config.AbstractConfig.logUnused(AbstractConfig.java:369)] The configuration 'ssl.disableTLSHostnameVerification' was supplied but isn't a known config.` This is because the settings is `agent.channels.kafkaChannel.kafka.producer.ssl.disableTLSHostnameVerification` so we could have added something to remove that from the settings that actually go to the producer/consumer, but actually, it's tiny, so I'll merge this now. Thanks for your contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@flume.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org