Sébastien Crocquesel

Results 16 issues of Sébastien Crocquesel

This is about managing primary resource conditions not the dependent one. Like with `GenerationAware`, there could be a `ConditionsSetAwareStatus`. ``` interface ConditionsSetAwareStatus { List getConditions(); void setConditions(List conditions); } ```...

needs-discussion

### Context Following discussion at https://github.com/smallrye/smallrye-mutiny/discussions/909. Right now, memoize can be configured to expire based on a `BooleanSupplier`. To invalidate memoized item based on its value, a solution is to...

enhancement

### Is your enhancement related to a problem? Please describe I'm writing an operator and would like to test how it behaves when deleting a resource. In CRUD mode, when...

enhancement
status/never-stale
component/kubernetes-server-mock

When the connection fail, the Uni produces a null, that seems to make the send method throw NPE. https://github.com/smallrye/smallrye-reactive-messaging/blob/bf57fcb2c380a280744d4fcf09eca78f5fce4919/smallrye-reactive-messaging-rabbitmq/src/main/java/io/smallrye/reactive/messaging/rabbitmq/RabbitMQConnector.java#L348-L349 ``` 2022-03-29 20:46:08,434 ERROR [io.sma.rea.mes.rabbitmq] (vert.x-eventloop-thread-0) SRMSG17009: Unable to recover from...

rabbitmq

## Bug Report To track the issue raised by https://github.com/quarkiverse/quarkus-operator-sdk/issues/380

bug

Fix https://github.com/java-operator-sdk/java-operator-sdk/issues/1395 I start adding `enabled()` on Retry interface but it feels wrong. Retry is a functional interface so it needs a default and neither true or false is a...

Closes #28189 Some design advices are more than welcome to adjust some behavior of dev service for kubernetes: - Currently some integration tests like `openshift-client` use k8s mock server provided...

area/documentation
area/kubernetes
area/dependencies

Enable a k8s cluster (api server only, k3s, or kind) when a valid configuration is not found. This use the k8s testcontainer provided by the amazing work done at https://github.com/dajudge/kindcontainer...

*Title*: B3 headers should be propagated to the gRPC context call *Description*: > Unlike ext_authz, ext_proc do not send tracing headers. Or I don't find how to do it. [optional...

enhancement
help wanted
area/ext_proc

I would like to configure a decorator per connector. When `isConnector` is `true`, would it be possible to pass a `ConnectorConfig` instance of the given connector to the decorate method...

core