Migrate from V10 to V11¶
Reset Kafka Connector offsets using the Kafka Connect API¶
KPOps now uses the Kafka Connect API to reset connector offsets. The custom Kafka Connect resetter has been removed.
If you configured the Kafka Connect resetter in defaults.yaml or in a pipeline, the following options can be removed.
defaults.yaml¶
pipeline.yaml¶
Improve logging and error handling¶
KPOps now provides structured logs and concise error messages with additional context. No configuration changes are required.
Support Python 3.13 and 3.14¶
KPOps v11 now supports the current stable releases of Python. Support for 3.12 and 3.11 remains for now.