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 38c18c5 commit ebf5409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/acls/csp1_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ data:
app.properties: |
bootstrap.servers=kafka-kafka-bootstrap:9093
topic=csp1.transactions
group.id=csp1_consumer
group.id=csp1-consumer
app.log.infos=true
client.id=csp1_consumer
client.id=csp1-consumer
security.protocol=SSL
ssl.keystore.location=/tls/user.p12
ssl.truststore.location=/tls/ca.p12
2 changes: 1 addition & 1 deletion 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: csp1-transactions
name: csp1.transactions
patternType: literal
operations:
- Write
Expand Down

0 comments on commit ebf5409

Please sign in to comment.