KAFKA_41 - Could not get partition count for topic
Hi
I am trying to connect to the kafka using Consumer connector and we are using SASL_SSL Protocol. We have provided the following details in the connector Kafka Configuration security.protocol ssl.truststore.location ssl.truststore.password sasl.jaas.config sasl.mechanism auto.offset.reset
Along with these have provided the right consumer group, Topic , Broker and the zoo keeper URI too.
We are getting the below error.
Pipeline 'KafkaConsumer3f9f4943-f4fe-4736-b382-72c24584d12f' validation error : KAFKA_41 - Could not get partition count for topic '.' : com.streamsets.pipeline.api.StageException: KAFKA_41 - Could not get partition count for topic '.' : org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata com.streamsets.datacollector.runner.PipelineRuntimeException: CONTAINER_0800 - Pipeline 'KafkaConsumer3f9f4943-f4fe-4736-b382-72c24584d12f' validation error :KAFKA_41 - Could not get partition count for topic '. : com.streamsets.pipeline.api.StageException: KAFKA_41 - Could not get partition count for topic '.*' : org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
Please let me know if I am missing anything.
Regards S A Hameedh