dart_kafka 1.0.2 copy "dart_kafka: ^1.0.2" to clipboard
dart_kafka: ^1.0.2 copied to clipboard

An Open Source project that implements the Apache Kafka's Protocol to be used in Flutter apps and take the integration to the next level!

1.0.2 #

  • Ajudsted the ListOffsetRequest to accept the a DateTime optional parameter
    • The default value, if parameter isn't passed, is the UNIX timestamp.
  • Corrected the "deserialize" method for this API to start the read at offset 0 instead of 1.
  • Corrected the method in the class KafkaConsumer because it was sending multiple times all the topics informed
    • Altered to send a topic per request.
  • Added the toMap()/toJson() and factories fromMap()/fromJson() in the ListOffsetResponse entity.
0
likes
120
points
74
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An Open Source project that implements the Apache Kafka's Protocol to be used in Flutter apps and take the integration to the next level!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection

More

Packages that depend on dart_kafka