Replies: 1 comment 6 replies
-
Currently, Zilla doesn't support rate-limiting, but it is on our feature roadmap. This enhancement would cover both inbound and outbound messages to a Kafka topic. We may be able to help you work through what options you have by using Zilla and Kafka to send messages between your gRPC services. Can you describe what is breaking in your current setup and what a rate-limited stream of messages would help fix? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team wanted to use Zilla proxy for inter-service gRPC calls, and we had a question on whether Zilla has capabilities for pausing and resuming the reply topic in kafka to handle backpressure across services, currently we are using gRPC-Kafka and Kafka-gRPC in our zilla config file, do we use guard topics? Can we dynamically adjust the in/out rate from topics, across gRPC services through Zilla?
Beta Was this translation helpful? Give feedback.
All reactions