Created 04-06-2023 07:30 AM
Hello,
Is there any provision to write the Kafka data in to cloud. This feature is available in Apache and Confluent Kafka.
Thanks,
Uday
Created 04-07-2023 06:25 AM
@Uday483 Thank you for posting your query. Are you referring to Writing the Kafka messages to the S3 buckets ? If so, you may use Kafka connect to publish the messages (using S3 sink) to write messages to the S3. Please let us know your requirement
Created 04-07-2023 09:29 PM
@satz , I am not referring to writing data using Kafka connect.
Kafka partition data should be written to cloud after spending certain amount of time on Disk.
https://docs.confluent.io/platform/current/kafka/tiered-storage.html
Thanks,
Uday