Martin Schneppenheim
Martin Schneppenheim
@rabii17 Could you check your NGINX logs if the reverse proxy is cancelling the connection? Potentially it's also the TCP loadbalancer if you use one. We use Console in an...
@rabii17 Depending on what previous versions you referred to there was a difference: We replaced websockets for messages streaming with HTTP 1.1 streaming. This may be the difference. We have...
Hey @ericchiang any update on this? A package that helps writing unit tests would be great indeed!
Apologies, I did a typo in one sentence - I correct it now. The missing method that you are referring to in your Readme is `GetError()` Right there's an `Error`...
The chart is not maintained in this repo anymore, it's been moved to https://github.com/redpanda-data/helm-charts/tree/main/charts/kminion See the note in the readme here: https://github.com/redpanda-data/kminion/tree/master/charts
I think we had discussions about constraining the character set for roles to the same rules that apply to topics. Reason being things such as: - More complex characters usually...
The API is cloud exclusive and RPK uses that API as well. In RP Cloud no one can create a role with a different convention because everything has to go...
Fixed via https://github.com/redpanda-data/console/pull/1490
Hey @arman-sydikov , yes the resource constraints may be the reason. I'd recommend 2Gi of Memory and a burstable CPU configuration, since the only resource intensive task is a message...
What Console version are you using?