Re: Is there a plan for Feature like this in C* ?

2018-07-02 Thread Justin Cameron
Sorry - you'd need a source connector, not the sink. On Tue, 3 Jul 2018 at 04:24 Justin Cameron wrote: > Yeah, if you're using Kafka Connect you could use the Cassandra sink > connector > > On Tue, 3 Jul 2018 at 02:37 Jeff Jirsa wrote: > >> Its a stable API - the project doesn’t ship a Kafka

Re: Is there a plan for Feature like this in C* ?

2018-07-02 Thread Justin Cameron
Yeah, if you're using Kafka Connect you could use the Cassandra sink connector On Tue, 3 Jul 2018 at 02:37 Jeff Jirsa wrote: > Its a stable API - the project doesn’t ship a Kafka connector but > certainly people have written them > > > -- > Jeff Jirsa > > > On Jul 2, 2018, at 6:50 PM, Kant

Re: Is there a plan for Feature like this in C* ?

2018-07-02 Thread Jeff Jirsa
Its a stable API - the project doesn’t ship a Kafka connector but certainly people have written them -- Jeff Jirsa > On Jul 2, 2018, at 6:50 PM, Kant Kodali wrote: > > Hi Justin, > > Thanks, Looks like a very early stage feature and no integration with Kafka > yet I suppose. > > Thanks!

Re: Is there a plan for Feature like this in C* ?

2018-07-02 Thread Kant Kodali
Hi Justin, Thanks, Looks like a very early stage feature and no integration with Kafka yet I suppose. Thanks! On Mon, Jul 2, 2018 at 6:24 PM, Justin Cameron wrote: > yes, take a look at http://cassandra.apache.org/ > doc/latest/operating/cdc.html > > On Tue, 3 Jul 2018 at 01:20 Kant Kodali

Re: Is there a plan for Feature like this in C* ?

2018-07-02 Thread Justin Cameron
yes, take a look at http://cassandra.apache.org/doc/latest/operating/cdc.html On Tue, 3 Jul 2018 at 01:20 Kant Kodali wrote: > https://www.cockroachlabs.com/docs/v2.1/change-data-capture.html > -- *Justin Cameron*Senior Software Engineer This email has been

Is there a plan for Feature like this in C* ?

2018-07-02 Thread Kant Kodali
https://www.cockroachlabs.com/docs/v2.1/change-data-capture.html

Resources for Monitoring Cassandra, Spark, Solr

2018-07-02 Thread Rahul Singh
Folks, We often get questions on monitoring here so I assembled this post with articles from those in the community as well as links to the component tools to give folks a more comprehensive listing. https://blog.anant.us/resources-for-monitoring-datastax-cassandra-spark-solr-performance/

Bind keyspace to specific data directory

2018-07-02 Thread Abdul Patel
Hi Can we bind or specify while creating keyspace to bind to specific filesystem or directory for writing? I see we can split data on multiple filesystems but can we decide while fileystem a particular keyspace can read and write?

Bind keyspace to specific data directory

2018-07-02 Thread Abdul Patel
Hi Can we bind or specify while creating keyspace to bind to specific filesystem or directory for writing? I see we can split data on multiple filesystems but can we decide while fileystem a particular keyspace can read and write?

Re: Problem with dropped mutations

2018-07-02 Thread Jeff Jirsa
Dropped mutations are load shedding - somethings not happy. Are you seeing GC pauses? What heap size and version? What memtable settings ? -- Jeff Jirsa > On Jul 2, 2018, at 12:48 AM, Hannu Kröger wrote: > > Yes, there are timeouts sometimes but more on the read side. And yes, there >

Re: Problem with dropped mutations

2018-07-02 Thread Hannu Kröger
Yes, there are timeouts sometimes but more on the read side. And yes, there are certain data modeling problems which will be soon addressed but we need to keep things steady before we get there. I guess many write timeouts go unnoticed due to consistency level != ALL. Network looks to be