confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
113 stars 1.04k forks source link

TimeoutException: Topic pageviews not present in metadata after 60000 ms #3654

Open amrithadevadiga opened 4 years ago

amrithadevadiga commented 4 years ago

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.

amrithadevadiga commented 4 years ago

@big-andy-coates Please help me to solve this issue i have high priority for this

Squiggle commented 4 years ago

Experiencing the same issue, using the docker cp-all-in-one environment, version 5.4.0

johnsonwangnz commented 4 years ago

I have the same problem

schuups commented 2 years ago

Same here