Nicolò Boschi
Nicolò Boschi
the bastion must be able to connect even without additional volumes. What token secret is missing ? do you have more details ?
This is not doable since the internal CRDs are not meant for it. What are the errors you're seeing? We could look at reducing the CRD size but it's really...
What are `local` services? What is the logic behind it? would a new option to configure the name suffix be sufficient ?
The operator doesn't watch the generated resources. In order to implement this, we have to use the JOSDK secondary resource concept. This would be a huge change and I'm not...
This is already done partially. Could you list which values did you see ?
are you referring to kaap `sidecars` ? aren't they visible in the report or in the crd or both? Looking in the code it just copies the whole container.
It'd be very cool to have a section like this in global, overridable by single components ``` global: logging: level: info rootLevel: info broker: logging: rootLevel: debug ``` ideally it...
>Config as json The config is done via yaml and it's a map. The user has the whole control over all the configuration entries passed to pulsar. You can see...
@waynevanson yes of course I created this https://jsfiddle.net/nicoloboschi/39c4f5b7/
@waynevanson any news? Is this possible now? Maybe I'm missing some options