This is exactly what I was looking for, Denis. Thanks a lot!

On Fri, Aug 14, 2020 at 10:02 AM Denis Magda <[email protected]> wrote:

> Hello Pavel,
>
> GridGain supports a Kafka Connect integration that supports all
> sophisticated CDC scenarios:
> https://www.gridgain.com/docs/latest/integrations/kafka/cert-kafka-connect
>
> Debezium is another option. This article covers how to capture changes
> with GridGain Kafka Connect
> <https://www.gridgain.com/resources/blog/change-data-capture-between-mysql-and-gridgain-debezium>
>  while
> that's not the only option for sure.
>
> Finally, continuous  queries is a way to go as well but you have to keep
> track of messages that have already been pushed to a Kafka topic. So, that
> last position has to be maintained in Ignite somehow.
>
> -
> Denis
>
>
> On Thu, Aug 13, 2020 at 8:48 AM Pavel Strashkin <[email protected]>
> wrote:
>
>> Hello,
>>
>> Is there a Change Data Capture (CDC) feature in plans to make it possible
>> to stream cache updates to Kafka for example?
>>
>> I've found the Continuous Queries feature, but it's not clear to me
>> whether it's possible to use it for implementation. What's missing it seems
>> is ability to start from the last position whenever the client restarts.
>>
>> Thanks.
>>
>

Reply via email to