Skip to content

Commit

Permalink
feat: add batch size range validation
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Mar 6, 2025
1 parent 97423e9 commit b8cf42e
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 64 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Note: The position messages with action 'FX_PREPARE', 'FX_COMMIT' and 'FX_TIMEOU
Create a new Kafka topic named `topic-transfer-position-batch` to handle batch processing events.
- **Step 2:** **Configure Action Type Mapping**

Point the prepare handler to the newly created topic for the action types those are supported in batch processing using the `KAFKA.EVENT_TYPE_ACTION_TOPIC_MAP` configuration as shown below:
Point the prepare handler to the newly created topic for the action types that are supported in batch processing using the `KAFKA.EVENT_TYPE_ACTION_TOPIC_MAP` configuration as shown below:
```
"KAFKA": {
"EVENT_TYPE_ACTION_TOPIC_MAP" : {
Expand Down
Loading

0 comments on commit b8cf42e

Please sign in to comment.