Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 24, 2024
1 parent 41c495a commit 41d79f3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions kubernetes/acls/csp1_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
host: "*"
- resource:
type: topic
name: csp1-transactions
name: csp1.transactions
patternType: literal
operations:
- Read
Expand Down Expand Up @@ -87,7 +87,7 @@ metadata:
data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
topic=csp-transactions
topic=csp1.transactions
group.id=csp1_consumer
app.log.infos=true
client.id=csp1_consumer
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/acls/csp1_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
acls:
- resource:
type: topic
name: csp-transactions
name: csp1-transactions
patternType: literal
operations:
- Write
Expand Down Expand Up @@ -83,7 +83,7 @@ metadata:
data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
topic=csp-transactions
topic=csp1.transactions
producer.msgs.per.sec=1
app.log.infos=true
client.id=csp1_producer
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/acls/csp1_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
host: "*"
- resource:
type: topic
name: csp-transactions
name: csp1-transactions
patternType: literal
operations:
- Read
Expand Down Expand Up @@ -101,7 +101,7 @@ metadata:
data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
csp1.topic=csp1-transactions
csp1.topic=csp1.transactions
output.topic=transactions
group.id=csp1_transformer
transactional.id=transactions-transformer-app
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/acls/csp2_producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
acls:
- resource:
type: topic
name: csp-transactions
name: csp2-transactions
patternType: literal
operations:
- Write
Expand Down Expand Up @@ -81,7 +81,7 @@ metadata:
data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
topic=csp-transactions
topic=csp2.transactions
producer.batch_interval.s=10
producer.msgs_per_batch=100
app.log.infos=true
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/acls/csp2_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ metadata:
data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
application.id=csp2-transformer2
csp2.transactions.topic=csp-transactions
csp2.customer_id_mapping.topic=csp-customer.id.mapping
csp2.chargingstation_id_mapping.topic=csp-chargingstation.id.mapping
application.id=csp2-transformer
csp2.transactions.topic=csp2.transactions
csp2.customer_id_mapping.topic=csp2.customer.id.mapping
csp2.chargingstation_id_mapping.topic=csp2.chargingstation.id.mapping
output.topic=transactions
processing.time.ms=100
app.log.infos=true
Expand Down

0 comments on commit 41d79f3

Please sign in to comment.