Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle valid JSON that doesn't contain service definitions #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matthew1001
Copy link

If a valid JSON payload is received during service lookup but it doesn't
contain any service definitions we ffdc. It would be better to emit a
NetworkError that the client can handle.

@dnwe I'm not sure if it's necessary to emit an error to the client and log it explicitly?

fixes #14

Matt Whitehead added 2 commits September 7, 2017 15:23
If a valid JSON payload is received during service lookup but it doesn't
contain any service definitions we ffdc. It would be better to emit a
NetworkError that the client can handle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid service definitions cause an FFDC
1 participant