Question
AI4Process
GB
Last activity: 19 Apr 2021 4:16 EDT
Push/Produce Data Stream to Pega Default kafka cluster throwing TimeoutException
I am trying use Kafka-Connect to push/produce stream data from twitter feed. I am trying to use the default Pega Kafka Zookeper and default pega kafka broker. I have created a new Topic in the default Zookeeper. But, While I am trying to produce the stream to Default kafka broker( to my newly created or any existing topic), I am facing time out exception -
D:\Pega 8.5.1\PRPCPersonalEdition\tomcat\kafka- Proprietary information hidden>bin\windows\kafka-console-producer --broker-list Proprietary information hidden:9092 --topic twitter_tweets --producer.config config\producer.properties --producer-property acks=all
ERROR StatusLogger No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2 >Hello Pega 13:16:11.004 [main] ERROR org.apache.kafka.clients.producer.internals.ErrorLoggingCallback - Error when sending message to topic twitter_tweets with key: null, value: 10 bytes with error: org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms. >^Z
Can anyone help me out here?
I do not want to use any external Kafka cluster for this purpose.