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

feat(extension): Add event parser extension for echo-rest #703

Merged
merged 2 commits into from
Nov 23, 2019

Conversation

jonsie
Copy link
Contributor

@jonsie jonsie commented Nov 20, 2019

Alpha PF4J extension for parsing Echo events prior to POST to configured service. This implementation is quite simple at the moment.

Current implementation will override any additional configuration (like wrap). However, as this progresses I would like to see this extension point work with existing configurations and allow multiple parsers for multiple configured URLs.

If things progress well, the more powerful extension point would be EchoEventListener which would allow us to decompose echo event listeners into discrete plugins.

echo-api/echo-api.gradle Outdated Show resolved Hide resolved
@jonsie jonsie requested a review from cfieber November 22, 2019 17:25
@jonsie jonsie force-pushed the event-parser-extension branch 2 times, most recently from f68edc3 to 5a6e5d5 Compare November 22, 2019 20:29
Copy link
Contributor

@cfieber cfieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, had some minor comments on generic types

@jonsie jonsie merged commit 2533c9c into spinnaker:master Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants