Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.23 KB

Apache Pulsar's Openresty proxy

License Version

What's pulsar-openresty-proxy

Pulsar-openresty-proxy is a kind of Apache Pulsar proxy depending openresty, discovery upstream pulsar brokers from pulsar zookeeper server by balancer_by_lua.

Code structure

  • bin: OrProxy program's bin module,For start, stop, reload, restart command.
  • core: core program module
  • plugin: implemented plugin's handlers
  • lib: depended OpenResty library
  • profile:configuration profile file

Install && Usages && Config

License

Apache 2.0

See also

The plugin architecture is highly inspired by Kong.