We tried installing https://docs.memsql.com/v6.8/guides/deploy-memsql/self-managed/memsql-tools/single-host/docker/step-1/ 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.