Rodrigo Rodrigues
Rodrigo Rodrigues
Hi @spencergibb if I can help somehow it would be great, just need to know more details.
Hi just to let you know if somebody still facing this issue, I tried a few combinations and the only one that worked was excluding `ConsulConfigAutoConfiguration`, the final yml looks...
Hi @vaidyamilind, Thanks for your interesting on helping, I've replaced Eureka/Zuul with Consul a few months ago because has better support for non Java apps like Python/Go. I was trying...
Hi @vaidyamilind , Yes, that's right. It seems tests are not working with latest spring boot version with Native support(`mvn spring-boot:build-image`). Thanks
Issue has been fixed in latest commit.
Hi could help to translate for Portuguese
@vitorfreitas I was planning to translate to Brazilian Portuguese as well so I can help if you need it. Cheers!
Hi @albertteoh did you manage to fix that? Facing similar issue for some reason when I enable tracing in Istio to be propagated to Otel the B3 propagation headers disappeared...
> microk8s disable dns > export dnss=`cat /run/systemd/resolve/resolv.conf | grep nameserver | cut -d ' ' -f2` > microk8s enable dns:$dnss This solution works perfectly for me I wasn't able...
Hi @justincranford , I've tried to implement `passkey with redis` but the passkeys registered are gone once the session timeout is applied, have you faced similar issue?