Skip to content

Releases: miere/malka

v0.2.0

04 Apr 08:37
Compare
Choose a tag to compare

This release contains enhancements and fixes bugs found in the previous release.

Enhancements:

  • Improved error handling. (#2)

New features:

  • Allow connecting to the cluster using SSL protocol (#1)
  • Incorporated OpenSSL in the static (#1)
  • Allow parallel consumption of the same consumer group
  • Configurable buffer (size) of in-flight messages

Bugfixes:

  • Incorporate CA Certificates into the final Docker image (#3)
  • Consumption stops when the batch is not fulfilled
  • Transaction should not fail when no messages have been ingested

v0.1.0

03 Apr 11:35
094234b
Compare
Choose a tag to compare

Initial (unstable) release.

New Features:

  • Consume topics and relay messages to an AWS Lambda function
  • Configuration is read from a file passed as an argument in the command line
  • Default Docker image based on scratch, using malka-consumer as entrypoint