Hugo Guerrero
Hugo Guerrero
Github can render the file in the folder if there is a README.md file. Or just show the plain folder structure if no file is present. Make markserv have a...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** The operator has most of the information required to create an [AsyncAPI 2](https://www.asyncapi.com/docs/specifications/2.0.0) document...
If we are using the schema registry for the topics and have the bridge enabled for the same topics, there is no way to ensure the bridge sent messages adhere...
Please add documentation on how to run the bridge locally as simple docker container or as part of a docker-compose file.
Currently using the docker script to start the container image requires a log4j.properties file to be accessible from the strimzi path. It that file is not available, it should provide...
# What is currently missing? Accessing the REST API requires a lot of curl commands. It would be good to have a CLI tool to achieve the same. # How...
When creating a context with `kcctl config set-context --cluster localhost:8083 local` If you type `kcctl info` you get an error message: ``` java.lang.IllegalArgumentException: protocol = localhost host = null at...
When copying the completlion file to ${ZSH}/completions using oh-my-zsh plugins no completion is available. sourcing the file directly in `.zshrc` file works.
When creating a rest method you can use `{something}` to indicate a path param. There is no way in the Path field to configure this and notice the existence of...
**Environment** - Karavan version: 0.0.15 - Platform: Mac **Current behavior** Currently options are generate REST Only or REST and Routes **Expected/desired behavior** Add an option to generate only routes **Minimal...