sijie commented on issue #6334: How can I user "Reed-Solomon error correction" (erasure coding)?? URL: https://github.com/apache/pulsar/issues/6334#issuecomment-586660923 I don’t think we need to handle erasure coding at Pulsar level. Erasure coding is typically implemented in the specific storage implemention. Pulsar just uses external storage systems for tiered storage. Those systems already implement erasure coding. If you are looking for erasure coding within bookkeeper, bookkeeper doesn’t implement it yet. But there were discussions about that.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
