Chavdar Botev

Results 11 comments of Chavdar Botev

Thank you for reporting this issue. We are working on making release artifacts available in Maven Central.

Hi Rahul, Currently, they are not. For MySQL log mining, Databus depends on the open-replicator library which does not have official Maven artifacts. Thanks. On Mon, Jan 30, 2017 at...

Hi, It looks like the change was to support unsigned long integers. Since Java does not support unsigned integers, the change stores the value in BigInteger so it can fit...

Hi Rafael, Could you try again? I've missed some files in my last commit. Thanks. On Wed, Feb 1, 2017 at 7:32 AM, Rafael T. C. Soares (A.K.A Tuelho) <...

Hi, Alex. Databus is not Oracle only. The open source version also contains a MySQL adapter for mysql binlog. Cheers. On Tue, Feb 7, 2017 at 5:52 AM, Alex Matchneer...

@kadaan Here are the docs: http://gobblin.readthedocs.io/en/latest/developer-guide/GobblinModules/

@tuGithub This is complete, right?

In general, unit tests should be used for testing a single component in isolation. Dependencies should be mocked or use simplified test versions. Integration tests should use multiple realistic components...