Skip to content

Commit

Permalink
Kafka tutorial: add client intents for Kafka server (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag authored Nov 26, 2023
1 parent 82d212e commit 699e64b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion static/code-examples/kafka-mtls/client-intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k8s.otterize.com/v1alpha3
kind: ClientIntents
metadata:
name: client
namespace: otterize-tutorial-kafka-mtls
namespace: otterize-tutorial-kafka-mtls
spec:
service:
name: client
Expand All @@ -14,3 +14,16 @@ spec:
operations: [ produce,describe,consume ]
- name: transactions
operations: [ produce,describe,consume ]
---
apiVersion: k8s.otterize.com/v1alpha3
kind: ClientIntents
metadata:
name: kafka
namespace: kafka
spec:
service:
name: kafka
calls:
- name: kafka
- name: kafka-zookeeper

0 comments on commit 699e64b

Please sign in to comment.