Re: destination topics in mm2 larger than source topic

2020-07-02 Thread Ricardo Ferreira
Iftach, I think you should try observe if this happens with other topics. Maybe something unrelated might have happened already in the case of the topic that currently has ~3TB of data -- making things even harder to troubleshoot. I would recommend creating a new topic with few partitions an

Kafka : Windows support

2020-07-02 Thread Hiremath, Santhosh Boloshankar
Hi, We were thinking of using Kafka for windows 10 OS, when went through documentation (http://kafka.apache.org/documentation/#os ) following statements was found: Kafka should run well on any unix system and has been tested on Linux and Solaris. We have seen a few issues running on Windows and

Vending and support services.

2020-07-02 Thread Олег Нестеров
Hi! I'm interested in vending and support services for apache kafka in the Russia Federation. Can you advise a company in the Russia Federation ? -- С уважением, Нестеров Олег Инженер программист Prooftech IT 89130107969

Re: Problem in reading From JDBC SOURCE

2020-07-02 Thread Ricardo Ferreira
Vishnu, I think is hard to troubleshoot things without the proper context. In your case, could you please share an example of the rows contained in the table `sample`? As well as its DDL? -- Ricardo On 7/2/20 9:29 AM, vishnu murali wrote: I go through that documentation Where it described

Re: Problem in reading From JDBC SOURCE

2020-07-02 Thread vishnu murali
I go through that documentation Where it described like DECIMAL is not supported in MySQL like this . And also no example for MySQL so is there any other sample with MySQL On Thu, Jul 2, 2020, 18:49 Robin Moffatt wrote: > Check out this article where it covers decimal handling: > > https://

Re: Problem in reading From JDBC SOURCE

2020-07-02 Thread Robin Moffatt
Check out this article where it covers decimal handling: https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector/#bytes-decimals-numerics -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Thu, 2 Jul 2020 at 13:54, vishnu murali wrote: > Hi Guy

Problem in reading From JDBC SOURCE

2020-07-02 Thread vishnu murali
Hi Guys, I am having some problem while reading from MySQL using JDBC source and received like below Anyone know what is the reason and how to solve this ? "a": "Aote", "b": "AmrU", "c": "AceM", "d": "Aote", Instead of "a": 0.002, "b": 0.465, "c": 0.545, "d": 0.100 It's my