Time out for pipeline creation

We tried installing SingleStoreDB Cloud · SingleStore Documentation and we have a kafka cluster running on host machine.
still while running create pipeline it shows the above error of “ERROR 1933 ER_EXTRACTOR_EXTRACTOR_GET_LATEST_OFFSETS: Cannot get source metadata”
though we can ping host ip inside docker.

Create pipeline command : CREATE PIPELINE quickstart_kafka AS LOAD DATA KAFKA ‘10.160.22.131/test’ INTO TABLE messages;
where 10.160.22.131 is host machine ip. docker engine version is 19.03.4.
Please help us with this.

hello i_will, thanks for using Kafka pipelines.

you should provide the port in the bootstrap string, e.g. ‘10.160.22.131:9092/test’ if kafka broker is expecting connections on port 9092. also keep in mind that the broker could be configured to listen on a number of ports, with different authentication and encryption options on each one.

1 Like