Skip to content

Commit

Permalink
Merge pull request #6 from ene-rs/Abdullahsab3-patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
Abdullahsab3 authored Jul 29, 2024
2 parents dc3b001 + 7a7cb74 commit 35726cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ For more examples, check the [examples](ene_kafka_examples/) folder in the repos
## Limitations
- **Only JSON format is supported**: Ene Kafka only supports JSON serialization and deserialization at the moment. There is no support for Avro or Protobuf

- **rdKafka is the only supported Kafka client**
- **rdKafka is the only supported Kafka client implementation**: Ene kafka is mostly a pretty interface implemented on top of an existing Kafka client for Rust. The intention is to make it possible for the developer to choose between several implementations for Rust. Currently, only rdKafka is supported as this is the most stable option for Rust. We hope to have another, Rust-native, alternative in the future

- **Ene Kafka is built around CloudEvents** which may not be suitable for all use cases.

Expand Down

0 comments on commit 35726cd

Please sign in to comment.