Toroidals commented on issue #5435: URL: https://github.com/apache/seatunnel/issues/5435#issuecomment-1707926593
 添加代码: // 随机生成一个索引值 Random random = new Random(); ClickHouseNode clickHouseNode = nodes.get(random.nextInt(nodes.size())); 并替换所有的nodes.get(0) -- 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]
