Gunnar Morling

Results 689 comments of Gunnar Morling

What's the exception you are seeing now? Note _all_ the command types will need such default constructor.

> I am missing something when you say configuration context. The idea is that you can use _kcctl_ to work with and switch between multiple "environments", i.e. Kafka Connect instances....

@helpermethod, in case you wanted to take a stab at offset reset, the change discussed here for expaning the configuration context probably should be the first step. It'll require just...

@sfc-gh-japatel, thanks, you contribution would definitely be welcomed. Let's just wait to hear back from @helpermethod and see whether has made any progress, but I think he's more focused on...

@helpermethod, so I take it you haven't started with the work on #24 and @sfc-gh-japatel could pick this one up as a first step?

Hey @sfc-gh-japatel, @helpermethod, any news here on this issue, or the related ones? No pressure, I also can work on it myself, just wanted to check whether you got something...

That's certainly ok from my side :) >

It's all yours, @tonyfosterdev. > how we would authenticate with the Kafka cluster to read the offsets topic. Hum, hum, good point. IMO we can start with support for un-authed...

> How do I know a particular task is associated with a particular partition? That's a good point; partitions are assigned to tasks upon connector start-up (it also can happen...

> we would not be able to list the partition offset with the particular task it's a associated to (unless that information is available somewhere?) Right, I don't think we...