marcelrend

Results 5 comments of marcelrend

@toddpalino do you have any update on this? I see some work was done here https://github.com/linkedin/Burrow/issues/347

> I'd like this to, so that I can specify the args as an input: > > `"args": "${input:arguments}"` I just tried this in version 1.85.1 and it's working now!...

@puiterwijk could this PR please be merged and released?

I was able to increase the batch size behavior. As indicated above, Kafka Connect needs to enable `connector.client.config.override.policy=All` and the connector needs to use settings: `batch.size: 4000, consumer.override.max.poll.records: 4000`. I...

> @MrMarshall was was your setup like, # of topic partitions? # of tasks for the connector? @ykcai I ran 3 brokers on the same machine, the topic had 6...