Skip to content

Commit

Permalink
remove unused properties (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitk-me authored Apr 23, 2024
1 parent 210e79d commit f48f34d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions grpc.kafka.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ bindings:
west_grpc_client:
type: grpc
kind: client
options:
services:
- proto/echo.proto
routes:
- exit: west_http_client
when:
Expand Down
2 changes: 0 additions & 2 deletions http.kafka.karapace/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ bindings:
type: kafka
kind: cache_client
options:
bootstrap:
- items-snapshots
topics:
- name: items-snapshots
value:
Expand Down
4 changes: 2 additions & 2 deletions mqtt.kafka.broker/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ bindings:
sessions: mqtt-sessions
messages: mqtt-messages
retained: mqtt-retained
clients:
- place/{identity}/#
clients:
- place/{identity}/#
routes:
- when:
- publish:
Expand Down

0 comments on commit f48f34d

Please sign in to comment.