Netflix / netflix-commons

Common utilities for Netflix OSS projects
Apache License 2.0
162 stars 81 forks source link

Made Executor of DataPublisher public #23

Closed SimonEismann closed 4 years ago

SimonEismann commented 7 years ago

This allows to implement custom shutdown mechanisms to avoid bugs like: https://github.com/Netflix/ribbon/issues/348 An improperly shutdown DataPublisher appears to also be part of the issue here: https://github.com/spring-cloud/spring-cloud-netflix/issues/106

SimonEismann commented 4 years ago

outdated