You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As zilla uses cache layer to cache all the messages from Kafka in order to be available to consume from Zilla. We are using the REST Proxy use case and we just only want to produce to Kafka using Zilla REST proxy but don't want consume through Zilla so we don't want to cache those messages in the Zilla container. But, removing the cache blocks from zilla.yaml config is not working it's failing to produce to kafka.
Steps to reproduce the behaviour:
Remove the north & south cache block from zilla.yaml
As per design for http-kafka binding, cache layer is required to support headers, validation, conversions, fan-in and few more features that might not be feasible to support without cache layer. Redesigning this flow is not a practical option.
We suggest including kafka cache server and client but remove bootstrap topic from kafka_cache_serveroptions. This will enable zilla to support only produce capability without fetching events to populate cache.
Hi Team,
As zilla uses cache layer to cache all the messages from Kafka in order to be available to consume from Zilla. We are using the REST Proxy use case and we just only want to produce to Kafka using Zilla REST proxy but don't want consume through Zilla so we don't want to cache those messages in the Zilla container. But, removing the cache blocks from zilla.yaml config is not working it's failing to produce to kafka.
Steps to reproduce the behaviour:
Zilla.yaml
Zilla Logs:
The text was updated successfully, but these errors were encountered: