sensu / sensu-transport

The Sensu transport abstraction library.
MIT License
14 stars 19 forks source link

Implement Transport Base API hostname resolution methods #42

Closed portertech closed 7 years ago

portertech commented 7 years ago

This pull request adds DNS hostname resolution methods to the Transport Base API, allowing Sensu Transports to resolve hostname prior to attempting to connect to a host.

cwjohnston commented 7 years ago

Closes #39 in so far as RabbitMQ transport is concerned. We'll also need to implement similar functionality into sensu-redis for the Redis transport.

portertech commented 7 years ago

Finally working, we're ready for some manual Sensu process testing :+1: JRuby tests still have intermittent failures, not sure what that is about. We can go ahead and cut a transport release for 0.27.

299

portertech commented 7 years ago

Closes https://github.com/sensu/sensu-transport/issues/35

amdprophet commented 7 years ago

👍