vmarquez edited a comment on issue #10546: [BEAM-9008] Add CassandraIO readAll method URL: https://github.com/apache/beam/pull/10546#issuecomment-607043571 Hi @iemejia I've been busy with work and life but was finally able to this just about finished up! To get around the connection issue (not caching the connection was causing the Cassandra tests to run for ~ten minutes!), by passing in a ReadAll<T> to the ReadFn, we're able to initiate a connection in the setup method, but we can still 'dynamically' use the passed in Read<T> to generate specific queries or query ranges. As for a more advanced connection pooling, I'd prefer to get this merged in and then perhaps work on an additional PR.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
