robotframework-ConfluentKafkaLibrary

Robot Framework keyword library wrapper for python confluent kafka

APACHE-2.0 License

Downloads
5.5K
Stars
32
Committers
6

Bot releases are hidden (Show)

robotframework-ConfluentKafkaLibrary - v2.4.0-2 Latest Release

Published by robooo 3 months ago

robotframework-ConfluentKafkaLibrary - 2.4.0-1

Published by robooo 5 months ago

What's Changed

robotframework-ConfluentKafkaLibrary - v2.3.0-1

Published by robooo 6 months ago

  • Update version to 2.3.0
  • Describe Topics and Describe Cluster keywords added
  • fixed [avro] extra packages to install correct avro and deprecated python3-avro moved to [legacyavro]
robotframework-ConfluentKafkaLibrary - v2.2.0-1

Published by robooo 6 months ago

  • Update to 2.2.0 client
  • Updated package versions in action workflows
robotframework-ConfluentKafkaLibrary - v2.1.1-1

Published by robooo 6 months ago

  • #16 Breaking change in install! Now library dependencies are divided into extra packages install
  • Update to 2.1.0 skipped due to error in linux github actions build
robotframework-ConfluentKafkaLibrary - v2.0.2-4

Published by robooo 7 months ago

robotframework-ConfluentKafkaLibrary - v2.0.2-3

Published by robooo 9 months ago

  • Bugfix of #39
robotframework-ConfluentKafkaLibrary - v2.0.2-2

Published by robooo over 1 year ago

  • Improvements for Protobuf Serializer and Deserializer, thanks to @marcosandremartins
    • tests added
  • Argument for headers on publish, thanks to @marcosandremartins
  • Fixed publish CI
  • README update
robotframework-ConfluentKafkaLibrary - v2.0.2-1

Published by robooo over 1 year ago

robotframework-ConfluentKafkaLibrary - v1.9.0-1

Published by robooo over 2 years ago

  • Support confluent-kafka v1.9.0
  • LICENSE added
robotframework-ConfluentKafkaLibrary - v1.8.2-1

Published by robooo over 2 years ago

  • Support confluent-kafka v1.8.2
  • New functionality for AdminClient
    • list_topics() and list_group() added
  • Add Store Offsets keyword
  • Minor fixes
robotframework-ConfluentKafkaLibrary - v1.7.0-1

Published by robooo almost 3 years ago

robotframework-ConfluentKafkaLibrary - v1.7.0

Published by robooo almost 3 years ago

  • Support confluent-kafka v1.7.0
  • New keyword "Get All Consumer"
  • example how to handle oauth

Fixes:

  • closed consumer is now removed from consumers dictionary
  • better wait for services startup at testing
robotframework-ConfluentKafkaLibrary - v1.6.1

Published by robooo about 3 years ago

  • Support confluent-kafka v1.6.1
robotframework-ConfluentKafkaLibrary - v1.6.0

Published by robooo about 3 years ago

  • Support confluent-kafka v1.6.0
    • Added Purge keyword

Fixes:

  • Removed deprecated arguments
  • Tests updated

Devops part:

  • Github actions are now used for build, test and publish. ( travis.ci removed)
robotframework-ConfluentKafkaLibrary - v1.5.0

Published by robooo about 3 years ago

Fixes:

Devops part:

  • automated creation of documentation, release and publishing of latest test results
robotframework-ConfluentKafkaLibrary - ConfluentKafkaLibrary

Published by robooo over 4 years ago

Bugfixes:

  • Fixed unfunctional avro producer
  • encoding of data was removed by default (could cause problems if user encode / decode on his side)
  • List of topics available for consumer and producer too
  • Remove remove_zero_bytes from _decode_data, if needed user should this by themselves

New features:

  • Tags + releases of this lib will be same as in confluent-kafka repository + with related bugfixes/features e.g. 1.3.0 == 1.3.0
    • new bugfixes and features will be defined after '-' e.g. 1.3.0-1, 1.3.0-2....
  • new methods included see documentation at https://robooo.github.io/robotframework-ConfluentKafkaLibrary/