Open kination opened 6 years ago
@djKooks it still seems an open question (https://github.com/airbnb/omniduct/pull/63#issuecomment-417552640 https://github.com/airbnb/omniduct/pull/59 https://github.com/airbnb/omniduct/issues/19) how we would implement support for NoSQL DBs - if you want to come up with an implementation it would be great, as it would help us think through whether to standardize the API across different NoSQL backends.
@djKooks Actually, omniduct
does support a list of host names, but what happens at runtime is that one host of these is randomly selected for use, based upon availability. I'll look into this a bit more for you, and add a new class of Duct
s for NoSQL databases.
@matthewwardrop @naoyak thanks!
Hello. I'm trying to update protocol to support Cassandra DB. While working on, I have question for this.
Cassandra requires
List
of IPs of cluster which compose database, and currentlyDuct
receives string value for host. Which will be the good way to adapt this?Thanks.