Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increasing timeout for pulsar client io threads to shutdown (apache#8316
) ### Motivation We need to make a best effort to shutdown all threads when close() is on a pulsar client. If threads spawned by a client are not shutdown when close() returns, this may lead to classloading exceptions/issues if pulsar JARs are unloaded afterwards like the case in a Flink job. ### Modifications Increase the wait time for IO threads in the pulsar client to shutdown.
- Loading branch information