@mojaloop/central-ledger 17.4.0 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [17.4.1](https://github.com/mojaloop/central-ledger/compare/v17.4.0...v17.4.1) (2023-12-05)
6
+
7
+
8
+ ### Tests
9
+
10
+ * fix local integration testing ([#991](https://github.com/mojaloop/central-ledger/issues/991)) ([2244d8e](https://github.com/mojaloop/central-ledger/commit/2244d8e6bfb65ce88bc471e53ac5b180dd1f2bb0)), closes [#970](https://github.com/mojaloop/central-ledger/issues/970)
11
+
5
12
  ## [17.4.0](https://github.com/mojaloop/central-ledger/compare/v17.3.2...v17.4.0) (2023-12-05)
6
13
 
7
14
 
package/README.md CHANGED
@@ -113,10 +113,10 @@ NOTE: Only POSITION.PREPARE is supported at this time, with additional event-typ
113
113
  Batch processing can be enabled in the transfer execution flow. Follow the steps below to enable batch processing for a more efficient transfer execution:
114
114
 
115
115
  - **Step 1:** **Create a New Kafka Topic**
116
-
116
+
117
117
  Create a new Kafka topic named `topic-transfer-position-batch` to handle batch processing events.
118
118
  - **Step 2:** **Configure Action Type Mapping**
119
-
119
+
120
120
  Point the prepare handler to the newly created topic for the action type `prepare` using the `KAFKA.EVENT_TYPE_ACTION_TOPIC_MAP` configuration as shown below:
121
121
  ```
122
122
  "KAFKA": {
@@ -181,7 +181,7 @@ If you want to run integration tests in a repetitive manner, you can startup the
181
181
  Start containers required for Integration Tests
182
182
 
183
183
  ```bash
184
- docker-compose -f docker-compose.yml up -d kafka mysql
184
+ docker-compose -f docker-compose.yml up -d mysql kafka init-kafka kafka-debug-console
185
185
  ```
186
186
 
187
187
  Run wait script which will report once all required containers are up and running
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-ledger",
3
- "version": "17.4.0",
3
+ "version": "17.4.1",
4
4
  "description": "Central ledger hosted by a scheme to record and settle transfers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",