Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

5.0.0 (2022-01-24)

Compare
Choose a tag to compare
@koszti koszti released this 24 Jan 10:21
· 32 commits to master since this release
4b6609e

BREAKING CHANGES

Upgrading from 4.x to 5.x: Please remove the existing state.json created by tap-kafka 4.x.
5.x will continue consuming messages from the last consumed offset but will generate state.json in a new format.

CHANGELOG

  • Switching from kafka-python to confluent-kafka-python
  • Using faster orjson provided by pipelinewise-singer-python-2.x
  • Remove local store and bookmark consumed message in STATE messages
  • Add initial_start_time optional parameter