John Fallows
John Fallows
The `mqtt` API supports setting the `protocolVersion` option to `5` to enable `MQTT 5.0` support. Is there a way to set the `protocolVersion` option from the `publish` and `subscribe` command...
Add `generateIfEmpty` property to `javadoc:jar` goal, defaulting to `false` for backwards compatibility. Add `testGenerateIfEmpty` property to `javadoc:test-jar` goal for consistency, defaulting to `false` for backwards compatibility. ``` org.apache.maven.plugins maven-antrun-plugin 3.0.0...
`joy-yaml` currently adds support for `YamlParser` only, so `yaml` syntax input can be parsed via `jsonp` but `yaml` syntax files cannot be generated. Requesting support for generating `yaml` syntax output...
**Describe the desired outcome from the user's perspective** As devops, I want to see an access log for `mqtt` clients when the `connect`. **Acceptance criteria** - Log access event for...
**Describe the desired outcome from the user's perspective** As devops, I want to be able to configure `mqtt-kafka` mapping to support at most `QoS 1` for publish, so that idempotent...
**Describe the desired outcome from the user's perspective** As an AsyncAPI author, I want to be able to use Zilla to map `http` to `kafka` using AsyncAPI v2 syntax. **Acceptance...
**Describe the desired outcome from the user's perspective** As an AsyncAPI author, I want to be able to use Zilla to map `mqtt` to `kafka` using AsyncAPI v2 syntax. **Acceptance...
Current testing takes a monolithic approach, combining all the possible scenarios into one large test, and comparing against checked in golden files for the engine frames used to generate the...
**Describe the desired outcome from the user's perspective** As an AsyncAPI consumer, I want to configure `zilla` to validate `http` responses consistent with an `AsyncAPI` specification. **Acceptance criteria** - `generate`...
**Describe the desired outcome from the user's perspective** As an API consumer, I want to define OpenAPI validation behavior of zilla using the corresponding AsyncAPI specification document for the HTTP,...