A 10K-star milestone for Diskless Kafka
github.com
A 10K-star milestone for Diskless Kafka
1–8 of 8 posts
Re: A 10K-star milestone for Diskless Kafka
#2Re: A 10K-star milestone for Diskless Kafka
#3Re: A 10K-star milestone for Diskless Kafka
#4Re: A 10K-star milestone for Diskless Kafka
#5Nice to see a mature open-source Diskless Kafka impl. How does this compare to KIP-1150?
Re: A 10K-star milestone for Diskless Kafka
#6Nice to see a mature open-source Diskless Kafka impl. How does this compare to KIP-1150?
Re: A 10K-star milestone for Diskless Kafka
#7Nice to see a mature open-source Diskless Kafka impl. How does this compare to KIP-1150?
That makes the designs feel quite different even though both end up using object/shared storage.
Re: A 10K-star milestone for Diskless Kafka
#8Nice to see a mature open-source Diskless Kafka impl. How does this compare to KIP-1150?
The main difference is the layer where diskless is introduced. KIP-1150 makes it a diskless topic path with a Batch Coordinator; AutoMQ tries to keep the existing Kafka broker/leader path and swap out the storage underneath. That makes the designs feel quite different even though both end up using object/shared storage.