jberragan commented on code in PR #99: URL: https://github.com/apache/cassandra-analytics/pull/99#discussion_r2001378436
########## cassandra-analytics-sidecar-client/src/main/java/org/apache/cassandra/clients/Sidecar.java: ########## @@ -122,51 +119,6 @@ public static SidecarClient from(SidecarInstancesProvider sidecarInstancesProvid return buildClient(sidecarConfig, vertx, httpClientConfig, sidecarInstancesProvider); } - static String transportModeBasedWriterUserAgent(DataTransport transport) - { - switch (transport) - { - case S3_COMPAT: - return BuildInfo.WRITER_S3_USER_AGENT; - case DIRECT: - default: - return BuildInfo.WRITER_USER_AGENT; - } - } - - public static SidecarClient from(SidecarInstancesProvider sidecarInstancesProvider, BulkSparkConf conf) - { - Vertx vertx = Vertx.vertx(new VertxOptions().setUseDaemonThread(true) - .setWorkerPoolSize(conf.getMaxHttpConnections())); - Review Comment: The `BulkSparkConf` cruft for the bulk writer gets in the way. -- 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: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org