crunchy-proxy
crunchy-proxy copied to clipboard
feature - make audit adapter loadable at runtime
right now the audit adapter is linked into the proxy, this would ideally be a loadable module at runtime to make it more extensible.
https://jeremywho.com/go-1.8---plugins/
it would appear that true dynamically loaded modules are not supported till golang 1.8 arrives in February.
evaluate an async gRPC approach to adapters instead of linking