Open mohammad362 opened 3 years ago
i create connector in kafka connect, every time that my container down and up, the created connector not exists. how can i persist the data for kafka connect?
Connect uses Kafka for persistent storage.
You need to mount volumes and add a variable KAFKA_LOG_DIRS in the broker.
KAFKA_LOG_DIRS
i create connector in kafka connect, every time that my container down and up, the created connector not exists. how can i persist the data for kafka connect?