vamossagar12 commented on PR #14101: URL: https://github.com/apache/kafka/pull/14101#issuecomment-1655210284
> This is exactly our case: we have long source polling (in our case it's jdbc source task), each restarting doesn't break previous task (we get Graceful Shutdown failed), but creates new one => a lot of connections on db side. Yeah that's what I had imagined would be happening in your case. As I said you will need to play around with the graceful shutdown timeout and probably with the poll interval on the JDBC connector side (that would be out of scope here). IMO it might be hard to factor in the change in this PR considering that meddles with the current logic and we will need to make more changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org