John Fallows
John Fallows
@Kunals990 the PR build is broken seems due to checkstyle issues. Please run a full local build `./mvnw clean install` from top level to verify successful build and then push...
@nageshwaravijay1117 I think the fix we want is in `http-kafka` and `sse-kafka` bindings. They each rely on `route.guarded` to pick up `.identity` and `.attributes` expression support. However, we already have...
Yes understood. However it ends up mutating the configuration to support a workaround for incorrect implementation. So I think we should just fix the incorrect implementation in http-kafka and sse-kafka...
Perhaps we need to keep the config simple and detect that a specific query parameter is multi-valued. `/topic?keys=key1,keys=key2,keys=key3` would result in a filter: ```yaml with: capability: fetch topic: items-snapshots filters:...
This is now folded into the docker compose automated testing of `examples` in `zilla` repository.
@dependabot rebase
`zilla.yaml` config for `tls` and `tcp` clients has simplified significantly, but there is still a requirement to inject or remove `tls` in the pipeline based on whether the client is...
@PGoski many thanks for filing this feature request, it is definitely useful functionality to have in Zilla. We tend to think of everything on the data path in Zilla as...
> This is the most crucial feature to have. One common scenario is that you want to rate limit a Kafka producer. That way, you can provide a quota for...
[zilla-dump.zip](https://github.com/aklivity/zilla/files/11464950/zilla-dump.zip)