davidradl commented on code in PR #27568:
URL: https://github.com/apache/flink/pull/27568#discussion_r2787946739


##########
flink-models/flink-model-triton/src/main/java/org/apache/flink/model/triton/TritonUtils.java:
##########
@@ -51,40 +66,148 @@ public class TritonUtils {
 
     private static final Object LOCK = new Object();
 
-    private static final Map<Long, ClientValue> cache = new HashMap<>();
+    private static final Map<ClientKey, ClientValue> cache = new HashMap<>();
+
+    /** Connection pool configuration holder. */
+    public static class ConnectionPoolConfig {

Review Comment:
   I was not expecting a class like this to be defined in a utils class. Is 
there a reason for it not be in its own file  ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to