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

Feature/42 request middleware #46

Merged
merged 14 commits into from
Nov 28, 2019
Merged

Conversation

coryodaniel
Copy link
Owner

@coryodaniel coryodaniel commented Nov 27, 2019

Base.run/5 abstracted to middleware

Refactored Base to use a middleware-based approach to handling requests.

This is still a WIP.

  • impl registry
  • auto registery default middlewares per cluster at boot
  • make sure current discovery isn't borked by middleware
  • Dialyzer hates me again 🤷‍♂

Closes #42

Refactored Base to use a middleware-based approach to handling requests.

This is still a WIP.

* [ ] Cluster middleware registry
* [ ] Middleware error handling
@coryodaniel coryodaniel added this to the 0.5 milestone Nov 27, 2019
@coryodaniel coryodaniel merged commit dd26242 into master Nov 28, 2019
@coryodaniel coryodaniel removed this from the 0.5.1 milestone Feb 13, 2020
@coryodaniel coryodaniel deleted the feature/42-request-middleware branch July 17, 2020 22:54
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.

Request middleware
1 participant