Add a custom controller example

This commit is contained in:
bprashanth 2017-01-30 18:42:36 -08:00
parent 3e87a2de40
commit 66c826f41f
9 changed files with 231 additions and 1 deletions

View file

@ -69,4 +69,10 @@ Websockets | websockets loadbalancing | nginx | Intermediate
HTTP/2 | HTTP/2 loadbalancing | * | Intermediate
Proxy protocol | leverage the proxy protocol for source IP | nginx | Advanced
## Custom controllers
Name | Description | Platform | Complexity Level
-----| ----------- | ---------- | ----------------
Dummy | A simple dummy controller that logs updates | * | Advanced