I use spring boot 1.5.4 to build my applications. When i use istio envoy to proxy app's network, there is a problem to connect to redis sentinel. got error message:
java.net.SocketException: Connection reset; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset
But everything is ok when i connect to a single redis instance. Is that istio not support sentinel now?