Error when creating pipeline

Hello :slight_smile:

I’m trying to create a pipeline but I got an error when trying to get metadata from kafka topic.

Procedure:

CREATE PIPELINE test_kafka AS LOAD DATA KAFKA ‘localhost:9092/test_topic’ INTO TABLE test_table;

ERROR 1933 ER_EXTRACTOR_EXTRACTOR_GET_LATEST_OFFSETS: Cannot get source metadata for pipeline. Could not fetch Kafka metadata; are the Kafka brokers reachable from the Master Aggregator? ssl.ca.location is missing.

Got data in the topic, already checked.

Any clue? Thanks.

Best regards.

1 Like

Hello @hanson , can you help me on this one please?

Best regards

Solved by inserting memsql/cluster-in-a-box image into docker-compose that as confluent kafka all-in-one, so they are in the same network!

Hi @Carlao – that is great that you found a solution! Thank you for posting it.