Surya

Results 9 comments of Surya

Hi, I'm trying to implement MySQL binlog input for using embulk and redshift as output. I couldn't find any opensource solutions for MySQL to redshift data migration using binlog. Before...

@rathko Thanks, we are also planning something similar but using a mixed approach of full sync and binlog reader for capturing deletes at realtime.

Hi, I raised a PR for the fix. I faced the same issue and we are running the fixed code in our prod for sometime now, not seen any issues...

@dlmutart did you get a chance to start this implementation?

I suspect the following code is causing this issue, can someone please let us know if its intentional. If the join with latest version is removed, then it works as...

@andreaTP Any chance to pick this up, happy to contribute if its open for modification.

I made the following changes in my fork for this problem. We are using it in production, its working as expected. https://github.com/suryaprabhakark/apicurio-registry/pull/1/files

@EricWittmann I had implemented the same, Im joining only when searching with globalId, I can raise the PR to main repo if you and @carlesarnal are fine with the changes...

@EricWittmann @carlesarnal Any thoughts on the above comment?