Louis Fradin
Louis Fradin
### Version & Environment Redpanda version: v22.2.7 (rev 96ed1cc) Using the official helm chart from https://charts.redpanda.com/ ### What went wrong? Creating topic is always successful, but sometimes it is detected...
Hello ! A question here: we have a local environment that we would like to put in the go repository where it start a minikube and add a database. These...
### What Dev Docs changes are you proposing? Hello there ! I'm working on a tool for golang code generation for multiple brokers, and I've been asked for the support...
As written in [Ctags documentation](http://ctags.sourceforge.net/ctags.html), you can change the location by adding argument `-f tagfile`. (I can't let the tag file to the root of my project). However, when I...
There is tests for brokers in `extensions` but there is no execution right now. This should be added in Dagger.
Every structure that have a reference should have a `Follow()` and its parents have a `Get`, as this would automatically get the real structure.
Example: ```yaml operations: receiveHello: action: receive x-go-send-func: SendHello x-go-subscribe-func: SubscribeToHello x-go-received-func: HelloReceived ``` ```yaml operations: pingRequest: action: receive x-go-send-func: AsyncPing x-go-subscribe-func: SubscribeToPing x-go-received-func: PingReceived x-go-request-func: Ping x-go-reply-func: Pong ```
For now, the loggers uses additional information from context, but doing a custom logger makes it hard to get those info as each one should be unwrapped from the context....
NATS Jetstream should be added to list of tested brokers to assure non-regression.
For now, the location parameter is ignored. If there is a location, then when sending a message, it should be automatically filled from location and the parameter should be optionally...