Thomas Deblock

Results 19 issues of Thomas Deblock

There are some subscriber not closed on destroy component. Subscribers on ngOnInit are not closed.

I try to use redisson lock on a spring/reactor stack. Following the doc, I tried the following code: ``` java return MonoLog.info("try to get the lock") .then(lock.tryLock(10, 15, TimeUnit.SECONDS)) .flatMap(isLocked...

question

Actually there is no way to have a push notification to know the a download is removed by the user. We need to pull every time to know if the...

Hi, We try to send kafka message using AVRO and schema registry. Right now, we've been trying to do something like this: on configuration ``` properties key.serializer=org.apache.kafka.common.serialization.StringSerializer value.serializer=io.confluent.kafka.serializers.KafkaAvroSerializer ``` on...

question
feature-request
kafka

We want to run our acceptance tests on our ci. On the ci to avoid issue between multiple builds we use random port. Using fixed properties we can not connect...

**Before submitting a bug** [x] I updated to the latest version available [x] I cleared the cache of my browser **Describe the bug** State translations now work with standard states....

bug

I have try to perform a batch insert using `DatabaseClient`. I have not found a solution. I have a wrokaround using a `Statement` but to get a statement I should...

status: pending-design-work

when two close brackets are in the same line, the regex go while to bracket. Exemple : function(error){console.log(error)})("myerror") become function(error){

When we use a circuit breaker with web-client we have this exception: ``` 15:49:40.631 [vert.x-eventloop-thread-6] 83171574-ac36-4212-abc9-f51656734a2a ERROR io.vertx.core.impl.ContextImpl - Unhandled exception java.lang.NoSuchMethodException: io.vertx.scala.ext.web.client.HttpResponse$.apply(io.vertx.ext.web.client.HttpResponse) at java.lang.Class.getMethod(Class.java:1786) at io.vertx.lang.scala.Converter$.toScala(Converter.scala:31) at io.vertx.scala.core.Future.$anonfun$setHandler$2(Future.scala:57) at...