Hello
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 TABLEtest_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.