Closed pdeva closed 4 months ago
We might want to document our compatibility here somewhere. The library is theoretically agnostic to client/server but in practice I imagine most people interact with "real" Kafka.
Looks like you have some build failures @pdeva
kafka java client doesnt support depedent blocks. without the fix in this PR, the kafka java client will throw an exception.
https://github.com/a0x8o/kafka/blob/54eff6af115ee647f60129f2ce6a044cb17215d0/clients/src/main/java/org/apache/kafka/common/record/KafkaLZ4BlockOutputStream.java#L344