potiuk commented on issue #40204: URL: https://github.com/apache/airflow/issues/40204#issuecomment-2164425546
Yes. There is a base Kafka connection and when "Test connection" is used, it instantiates Hook based on the type of connection - so it will instantiate the Base Kafka Hook and there _get_client is `Not Implemented` - easy fix will be to turn the `NotImplemented` into a client that can do a basic connection test. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
