Max Xandeco

Results 7 comments of Max Xandeco

The "rich domain" is quite useful when implementing Webhooks, when for example handling a pull_request opened call, it's much cleaner and straightforward to be able to call `getPullRequest().addLabel()` instead of...

Would make sense to extract `OutboundMessage` to an interface, and give the possibility of not having to extend a class to make use of the Typed publish?

I don't think it change much for applications using libraries directly tbh, our case we are rewriting a message client/abstraction to use the reactive client as we are staring to...

Hi @rigazilla Im having the issue with brand new created infinispan crd, there is no "old" lock files in dir. I have mounted the volume to a "dummy" pod and...

@rigazilla The `MAKE_DATADIR_WRITABLE` worked fine for me, maybe would be great to get that documented? Regarding the: * security context. I thought I could try change the `runAsUser` or `fsGroup`...

> @mxandeco How did you add `MAKE_DATADIR_WRITABLE ` to env section of operator.yml? I tried to change the file in the local and applied the spec on a fresh operator...

Hi, Is there any progress on this feature? Is helm support still in the plans?