Skip to content

0.14.0

Compare
Choose a tag to compare
@scholzj scholzj released this 30 Sep 06:28

Main changes

  • Changed data types and enforced OpenAPI validation for consumer.request.timeout.ms, enable.auto.commitand fetch.min.bytesparameters on consumer creation. This is a breaking change.
  • Added HTTP GET method on /consumers/{groupid}/instances/{name}/subscription endpoint for getting subscribed topics and related assigned partitions.
  • Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time.
  • Various bug fixes.