CallistoLabsNYC / samsa

Rust-native Kafka/Redpanda protocol and client implementation.
Apache License 2.0
106 stars 5 forks source link

Use newest version of Record Batch for producer #29

Closed hgm-king closed 8 months ago

hgm-king commented 8 months ago

Update Producer Message

We are now using the newest Message format in our producer (we were using v0 and now we are using v2) https://kafka.apache.org/documentation/#messageformat

We also have updated the produce protocol to v3 (we were using v0)

Fixes #23