From 81252e46a03f9af64de2114daa914e4d9e568fc1 Mon Sep 17 00:00:00 2001 From: Abdulsametileri Date: Mon, 11 Dec 2023 09:31:22 +0300 Subject: [PATCH] chore: upgrade readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b82d17..fa3f759 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ manager ([kafka-cronsumer](https://github.com/Trendyol/kafka-cronsumer)). ## Migration Guide ### V2 Release Notes -- Added ability for manipulating kafka message headers -- Changed consumeFn and batchConsumeFn as pointer signature +- Added ability for manipulating kafka message headers. - Added transactional retry feature. Set false if you want to use exception/retry strategy to only failed messages. -- Changed from auto-commit to manuel commit default without reducing performance. -- Bumped kafka-cronsumer for getting latest changes. +- Enable manuel commit at both single and batch consuming modes. +- Bumped [kafka-cronsumer](https://github.com/Trendyol/kafka-cronsumer/releases) to the latest version: - Backoff strategy support (linear, exponential options) - Added message key for retried messages - Added x-error-message to see what was the error of the message during processing