Skip to content

Commit

Permalink
add grpc route
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Jul 9, 2024
1 parent 39b2748 commit b1b3515
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion quickstart/live-demo-deploy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ bindings:
catalog:
host_filesystem:
- subject: route_guide
exit: north_grpc_kafka_mapping
routes:
- when:
- method: routeguide.RouteGuide/*
exit: north_grpc_kafka_mapping
telemetry:
metrics:
- stream.*
Expand Down
5 changes: 4 additions & 1 deletion quickstart/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ bindings:
catalog:
host_filesystem:
- subject: route_guide
exit: north_grpc_kafka_mapping
routes:
- when:
- method: routeguide.RouteGuide/*
exit: north_grpc_kafka_mapping
#endregion route_guide_service_definition
telemetry:
metrics:
Expand Down

0 comments on commit b1b3515

Please sign in to comment.