Not getting any results running ksql -datagen

Document has command ,

ksql-datagen quickstart=pageviews format=delimited topic=pageviews maxInterval=500 

But, when I run it: 

Outputting 1000000 to pageviews

[2019-10-21 12:39:21,409] 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: ‘[ 1571686761548 | ‘User_9’ | ‘Page_47′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Error when sending message to topic: ‘pageviews’, with key: ’11’, and value: ‘[ 1571686821815 | ‘User_6’ | ‘Page_40′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Error when sending message to topic: ‘pageviews’, with key: ’21’, and value: ‘[ 1571686881916 | ‘User_5’ | ‘Page_26′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Error when sending message to topic: ‘pageviews’, with key: ’31’, and value: ‘[ 1571686942099 | ‘User_9’ | ‘Page_16′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Error when sending message to topic: ‘pageviews’, with key: ’41’, and value: ‘[ 1571687002575 | ‘User_3’ | ‘Page_99′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Error when sending message to topic: ‘pageviews’, with key: ’51’, and value: ‘[ 1571687062677 | ‘User_5’ | ‘Page_87′ ]’

org.apache.kafka.common.errors.TimeoutException: Topic pageviews not present in metadata after 60000 ms.

Read more here: Source link