Re: How to change schema registry port

2019-12-25 Thread Kafka Shil
On Wed, Dec 25, 2019 at 5:51 PM Kafka Shil wrote: > Hi, > I am using docker compose file to start schema-registry. I need to change > default port to 8084 instead if 8081. I made the following changes in > docker compose file. > > schema-registry: > image:

Kafka connect issue with mysql - Debezium CDC

2019-12-25 Thread KhajaAsmath Mohammed
Hi, I am trying to do POC for kafka CDC with database and ingest it into kafka. I have been trying to make it work from past 5 days and had no luck. can someone help me what is wrong in my approach. Error Received: *{"error_code":400,"message":"Connector configuration is invalid and contains

Re: Kafka trunk vs master branch

2019-12-25 Thread M. Manna
+1 with what John mentioned. Master is more like a template that gets created for new repo. It’s not in use for any Kafka activities (not that we know of). Regards, On Wed, 25 Dec 2019 at 17:04, John Roesler wrote: > Hi Sachin, > > Trunk is the basis for development. I’m not sure what

Re: Kafka trunk vs master branch

2019-12-25 Thread John Roesler
Hi Sachin, Trunk is the basis for development. I’m not sure what master is for, if anything. I’ve never used it for anything or even checked it out. The numbered release branches are used to develop patch releases. Releases are created from trunk, PRs should be made against trunk, etc.

Kafka trunk vs master branch

2019-12-25 Thread Sachin Mittal
Hello Folks, I just wanted to know what commits goes into what branch. I see trunk branch which seems default and latest. I also see master branch which seems bit behind trunk. I also see different versions branches like 2.2, 2.3 and 2.4 which are also actively updated. I wanted to know when

Re: Missing internal topic (partitions) after kafka-streams client upgrade (2.3.1 -> 2.4.0)

2019-12-25 Thread Nitay Kufert
Debugged a little, and I think the problem occurs when using *outerJoin *and it always the repartition topic of the 2nd ktable of the join. I also didn't mentioned we are working with Scala 2.11.12 On Tue, Dec 24, 2019 at 6:15 PM Nitay Kufert wrote: > Hey, thanks for the response! > >