RE: [EXT] Re: Architecting the MS SQL CDC Processor

2017-10-27 Thread Peter Wicks (pwicks)
chitecting the MS SQL CDC Processor Peter, This is great to hear, I'm sure the community is looking forward to such a solution! I worked on the first offering of the CaptureChangeMySQL processor, so here are some notes, comments, and (hopefully!) answers to your questions: * If y

Re: Architecting the MS SQL CDC Processor

2017-10-16 Thread Matt Burgess
Peter, This is great to hear, I'm sure the community is looking forward to such a solution! I worked on the first offering of the CaptureChangeMySQL processor, so here are some notes, comments, and (hopefully!) answers to your questions: * If you support a RecordSetWriter controller service as

Architecting the MS SQL CDC Processor

2017-10-16 Thread Peter Wicks (pwicks)
I've been working on a new processor that does Change Data Capture with Microsoft SQL Server. I followed Microsoft's documentation on how CDC works, and I've got some code that gets me the changes and is testing well. Right now, I don't actually have a processor, but a number of scripts that