Re: JIRA Workflow Proposals

2019-02-21 Thread Aye Tun
On 2018/11/26 13:39:50, Benedict Elliott Smith wrote: > We’ve concluded our efforts to produce a proposal for changes to the JIRA workflow, and they can be found here: https://cwiki.apache.org/confluence/display/CASSANDRA/JIRA+Workflow+Proposals <

Re: How to identify inserts/deletes/updates from CDC data

2019-02-21 Thread Rahul Singh
Your questions seem more appropriate  for the user list because you are trying to solve for use cases. On Feb 11, 2019, 6:48 AM -0500, Sreenivasulu Nallapati , wrote: > Hi, > I am parsing the commit log files and I could not able to segregate the > inserts/deletes/updates from the mutations. Is

Re: Capturing all events from a given timestamp

2019-02-21 Thread Rahul Singh
If you streamed CDC into Cassandra via something like Kafka Connect, then yes. On Feb 10, 2019, 7:00 PM -0500, Sreenivasulu Nallapati , wrote: > Hi, > > I have a requirement to be capture any changes to tables, inserts deletes > or updates from a given timestamp. > However, with CDC enabled, I