Le Gall Benoit
Le Gall Benoit
@burtbeckwith Still no time to work on it ?
Still no update on this issue ?
In which version do you have this issue ? Because #358 should fix it
Hello ! I made this quick KV watcher for Micronaut, using [Vertx-consul](https://vertx.io/docs/vertx-consul-client/java/#_watches). Can you see some incorrect stuff, hidden issues or possible improvement ? ```java import static io.micronaut.context.env.Environment.DEFAULT_NAME; import static...
Some update on my implementation: to avoid to fetch each time all the configuration in consul, I tried to update it ```java ... final var difference = Maps.difference(previousYaml, nextYaml); if...
OK, I found the reason ```java private void updatePropertySource(final String key, final Map nextYaml) { log.debug("Updating context with new configuration from [{}]", key); final var sourceName = resolvePropertySourceName(key); final var...
Just for information, I don't have the error anymore when I set the `consul.client.registration.fail-fast` to false
Here is our current workaround ```java import java.net.URI; import java.util.List; import java.util.Objects; import java.util.function.BiFunction; import jakarta.inject.Singleton; import com.google.common.annotations.VisibleForTesting; import io.grpc.Attributes; import io.grpc.EquivalentAddressGroup; import io.grpc.NameResolver; import io.grpc.NameResolver.Args; import io.grpc.Status; import io.grpc.SynchronizationContext;...
then better to open a new feature ticket, no ? But as you prefer :)
@graemerocher or anyone ?