itziklavon

Results 9 comments of itziklavon

@sundy-li @pan3793 is there any plan of enabling secure connection? i'm willing to do the work on my own, just need small guidance

@sundy-li @pan3793 will give it a go though, also not familiar with this currently i overcome the connection(hello response is working correctly and returning the version and server time), however...

this is the current stack trace: first line is the hello response i set timeout of 10 seconds for query ``` 2021-01-05 13:35:29.718 INFO 3970 --- [ctor-http-nio-4] c.g.h.jdbc.connect.NativeClient : recv...

@sundy-li @pan3793 i managed to make it work(although i did skip verify and not added the cert itself, but it should not be an issue even if i add it)...

@pan3793 thanks for the response if this is the case, then i'll stick with http port thank you very much for you help!

@harshalstory this is the only class i changed(it supports only secure connection now, but with minor changes it can support both secure and not secure): ``` /* * Licensed under...

In general, we have 2 applications both of them monitored via opentelemetry i have some calls between service A and service B however, i don't see this full flow via...

Hi, sure for example: Service A (gateway - Java based app): ![image](https://user-images.githubusercontent.com/34890672/229019553-3ed764e5-8d7b-4366-9cb0-c14329233d19.png) Service B (goadmission - go-fiber based app): ![image](https://user-images.githubusercontent.com/34890672/229019654-4a7e4977-f267-4e11-be33-5c6143e1cad4.png) it is not the same request(it is hard to find...

in this case i'm sure for example the gateway app from previous example ![image](https://user-images.githubusercontent.com/34890672/229272535-926803c9-fd68-413c-bb2e-e5bfb843f264.png) different service, which uses java, does have the proper baggage