Describe the bug
getting error like TimeoutException: Topic pageviews not present in metadata after 60000 ms
when i run "/bin/ksql-datagen quickstart=pageviews format=delimited topic=pageviews maxInterval=500 " command
To Reproduce
Steps to reproduce the behavior, include:
confluent kafka 5
/bin/ksql-datagen quickstart=pageviews format=delimited topic=pageviews maxInterval=500
Expected behavior
Create the pageviews topic and produce data using the data generator.
Actual behaviour
A clear and concise description of what actually happens, including:
[2019-10-23 03:58:58,952] INFO AvroDataConfig values:
schemas.cache.config = 1
enhanced.avro.schema.support = false
connect.meta.data = true
(io.confluent.connect.avro.AvroDataConfig:179)
Error when sending message to topic: 'pageviews', with key: '1', and value: '[ 1571817539097 | 'User_2' | 'Page_81' ]'
org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.
Describe the bug getting error like TimeoutException: Topic pageviews not present in metadata after 60000 ms
when i run "/bin/ksql-datagen quickstart=pageviews format=delimited topic=pageviews maxInterval=500 " command
To Reproduce Steps to reproduce the behavior, include:
confluent kafka 5 /bin/ksql-datagen quickstart=pageviews format=delimited topic=pageviews maxInterval=500 Expected behavior Create the pageviews topic and produce data using the data generator.
Actual behaviour A clear and concise description of what actually happens, including: [2019-10-23 03:58:58,952] INFO AvroDataConfig values: schemas.cache.config = 1 enhanced.avro.schema.support = false connect.meta.data = true (io.confluent.connect.avro.AvroDataConfig:179) Error when sending message to topic: 'pageviews', with key: '1', and value: '[ 1571817539097 | 'User_2' | 'Page_81' ]' org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.