Re: Kafka Connector For RiakTS?

2017-04-06 Thread Joe Olson
Ok. Thanks. I'd be interested in seeing what's in the repo, if it is made public. I'll also follow up with the obvious question: Are there any plans for an official one? The community for connectors is rich (https://www.confluent.io/product/connectors/), and the ability to shovel data into a

Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Luke Bakken
Hi Johan, I'm assuming you're using the Java client, and the getValues method shown here: https://github.com/basho/riak-java-client/blob/develop/src/main/java/com/basho/riak/client/api/commands/kv/KvResponseBase.java#L80-L91 > does: "fetch -> getValues -> ... pick one ... -> modify -> store", wo

Re: Kafka Connector For RiakTS?

2017-04-06 Thread Douglas Rohrer
This is, currently, a private repo. I will look into the viability of making it public, but no promises at this point. Doug > On Apr 6, 2017, at 9:13 AM, Andrei Zavada > wrote: > > Can you please retry? I can confirm it didn't work a few hours ago, > but it is now. > > On Thu, Apr 6, 2017 at

Re: Kafka Connector For RiakTS?

2017-04-06 Thread Andrei Zavada
Can you please retry? I can confirm it didn't work a few hours ago, but it is now. On Thu, Apr 6, 2017 at 12:33 PM, Grigory Fateyev wrote: > 404 Error > > 2017-04-06 12:04 GMT+03:00 Andrei Zavada : >> >> Hi Joe, >> >> Sorry for letting your question remain unanswered for so long. There >> is inde

RE: Query regarding retrival of data

2017-04-06 Thread Travis Kirstine
From: riak-users [mailto:riak-users-boun...@lists.basho.com] On Behalf Of Master Mind Sent: April-05-17 3:03 PM To: riak-users@lists.basho.com Subject: Query regarding retrival of data Hi all, Greeting for this day. I have successfully inserted data into the riak database using riak-python cl

Re: API question about conflict resolution and getValue(s)

2017-04-06 Thread Russell Brown
Hi, Which client are you using? On 6 Apr 2017, at 12:48, ジョハンガル wrote: > Hello, > > I have a simple question regarding FetchValue.Response/getValue, > FetchValue.Response/getValues and conflict resolution. > > In the documentation > http://docs.basho.com/riak/kv/2.2.3/developing/usage/con

API question about conflict resolution and getValue(s)

2017-04-06 Thread ジョハンガル
Hello, I have a simple question regarding FetchValue.Response/getValue, FetchValue.Response/getValues and conflict resolution. In the documentation http://docs.basho.com/riak/kv/2.2.3/developing/usage/conflict-resolution/ the described sequence is: "fetch -> getValue -> modify -> store" does:

Re: Kafka Connector For RiakTS?

2017-04-06 Thread Grigory Fateyev
404 Error 2017-04-06 12:04 GMT+03:00 Andrei Zavada : > Hi Joe, > > Sorry for letting your question remain unanswered for so long. There > is indeed a tool you might find useful: > https://github.com/basho-labs/kafka-connect-riak, but please be aware > that it is provided with no official support

Re: Kafka Connector For RiakTS?

2017-04-06 Thread Andrei Zavada
Hi Joe, Sorry for letting your question remain unanswered for so long. There is indeed a tool you might find useful: https://github.com/basho-labs/kafka-connect-riak, but please be aware that it is provided with no official support from Basho. Regards, Andrei On Wed, Mar 29, 2017 at 9:37 PM, Joe