Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Tags: bigcommerce/linkerd-tcp

Tags

0.0.2

Toggle 0.0.2's commit message
Add a CHANGES.md file, prep for 0.0.2 release (linkerd#12)

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
olix0r Oliver Gould
Make the namerd stream resilient to failures (linkerd#7)

Recently the semantics of `futures::Stream` changed such that errors are
terminal.

Now, we ensure that individual namerd request failures are not propagated onto
the address stream.

Furthermore, configuration files have been made more brittle so that unknown
fields are not silently ignored.