Olivier Fauchon

Results 20 comments of Olivier Fauchon

Here is an example of use case: - start iteration: - K6 script make a http request to a 'catalog' webservice to pick one random url ( from a realtime...

Hi. You are right, SSE are long-lived HTTP GET requests. Server periodically use this channel to push datas back to the client. Why not hacking the http.get(uri,params) to support async...

It's clear for me now. Thanks

Hi. Same problem here. I'd like to use Power, Voltage, Curent, Frequency measurements. How can we extend the library ? Thanks

Seems NewRelic agent have experimental support for quarkus-vertx: https://github.com/newrelic-experimental/newrelic-java-quarkus/blob/main/quarkus-vertx-2.0/src/main/java/io/quarkus/vertx/runtime/EventConsumerInvoker.java https://github.com/newrelic-experimental/newrelic-java-quarkus/blob/main/quarkus-resteasy-2.14.1/src/main/java/io/quarkus/resteasy/runtime/standalone/RequestDispatcher.java Hope that helps.

I think we should always keep TinyGO as simple as possible. If the goal is to isolate drivers from machine, `drivers.Pin` interface nicely does the job. Although function handlers approach...

Hi @jasoncouture , Thanks for working on k8s support. Kubernetes discovery via DNS/headless service looks a good option, as it doesn't requires extra autorizations (ex: API access) or extra components...

Hi, I played around with exo and wrote a Dockerfile: https://github.com/ofauchon/exo/tree/dockerfile/docker/alpine It's based on alpine, which complicate a bit the work: The image takes ~1h to build on my Core...

I'll probably make some tests with busybox:glibc or debian to speed up image builds.

Hi. I spent some time playing around with consul, but I'm wondering if it's the good way to go... Consul architecture offers great flexibility (high availability, multi-clusters, service checks, TTL,...