sunxiaojian commented on PR #5024:
URL: https://github.com/apache/seatunnel/pull/5024#issuecomment-1632296847

   > I have a question, why use kafka as storage?
   
   Kafka compact topic:
   
   1. Support message merging with the same key, automatically achieve file 
compression, effectively improve restart loading speed
   2. Supports tombstone messages. During the data compression and merging 
process, tombstone messages can be cleared to reduce storage space
   3. Support for unstructured storage, Conforming to Zeta engine storage 
scenarios (Can refer to the design of Kafka connect)
   4. Open source, widely used


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to