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.