Skip to content

Commit e64a4e0

Browse files
chore: Transactions missing in the ERP -Create a new violation for re… (#426)
* chore: Bump platform version to 1.4.0-PR570-f9aef3e-GHRUN22166419786 (automated commit by gha run id 22166568464) * chore: Bump platform version to 1.4.0-PR570-cbf4e8a-GHRUN22176631496 (automated commit by gha run id 22176855337) * chore: Bump platform version to 1.4.0-PR570-8650aad-GHRUN22185839682 (automated commit by gha run id 22186114738) * chore: Bump platform version to 1.4.0-PR570-233586b-GHRUN22187163714 (automated commit by gha run id 22187432225) * chore: Bump platform version to 1.4.0-PR570-802d89e-GHRUN22202088642 (automated commit by gha run id 22202317642) * chore: Bump platform version to 1.4.0-PR570-65c73ed-GHRUN22202647903 (automated commit by gha run id 22202855105) * chore: Bump platform version to 1.4.0-PR570-4c2a1f6-GHRUN22202908664 (automated commit by gha run id 22203114342) * chore(compose): change default indexer url, kafdrop --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Schumann <florian.schumann@cardanofoundation.org>
1 parent eb2b3b7 commit e64a4e0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ subprojects {
7373
extra["springCloudVersion"] = "2025.0.1"
7474
extra["jMoleculesVersion"] = "2023.1.0"
7575
extra["testcontainers.version"] = "1.21.4"
76-
extra["cfLobPlatformVersion"] = "1.4.0-PR536-249d6db-GHRUN22186402675"
76+
extra["cfLobPlatformVersion"] = "1.4.0-PR570-4c2a1f6-GHRUN22202908664"
7777

7878
dependencies {
7979
compileOnly("org.projectlombok:lombok:1.18.32")

docker-compose.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
LOB_ACCOUNTING_REPORTING_CORE_ENABLED: false
7373
LOB_REPORTING_ENABLED: false
7474
LOB_INDEXER_ENABLED: ${LOB_INDEXER_ENABLE:-true}
75-
LOB_INDEXER_URL: ${LOB_INDEXER_URL:-https://indexer.dev.reeve.cf-deployments.org}
75+
LOB_INDEXER_URL: ${LOB_INDEXER_URL:-http://reeve-verifier-backend:9000}
7676
LOB_ORGANISATION_ENABLED: false
7777
LOB_BLOCKCHAIN_READER_ENABLED: true
7878
LOB_BLOCKCHAIN_PUBLISHER_ENABLED: true
@@ -128,7 +128,7 @@ services:
128128
LOB_ORGANISATION_ENABLED: true
129129
LOB_REPORTING_ENABLED: true
130130
LOB_INDEXER_ENABLED: ${LOB_INDEXER_ENABLE:-true}
131-
LOB_INDEXER_URL: ${LOB_INDEXER_URL:-https://indexer.dev.reeve.cf-deployments.org}
131+
LOB_INDEXER_URL: ${LOB_INDEXER_URL:-http://reeve-verifier-backend:9000}
132132
LOB_BLOCKCHAIN_PUBLISHER_ROLLBACK_ENABLED: false
133133
LOB_BLOCKCHAIN_READER_ENABLED: false
134134
LOB_BLOCKCHAIN_PUBLISHER_ENABLED: false
@@ -269,6 +269,16 @@ services:
269269
KAFKA_MESSAGE_MAX_BYTES: 15728640 # 15MB
270270
KAFKA_REPLICA_FETCH_MAX_BYTES: 15728640 # 15MB
271271

272+
kafdrop:
273+
image: obsidiandynamics/kafdrop
274+
restart: "no"
275+
ports:
276+
- "19000:9000"
277+
networks:
278+
- lob
279+
environment:
280+
KAFKA_BROKERCONNECT: "1@kafka:9092"
281+
272282
follower-app:
273283
restart: unless-stopped
274284
image: pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-reeve-follower-app:release-1.1.0

0 commit comments

Comments
 (0)