Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 762 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 762 Bytes

Apache Pulsar's Openresty proxy

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

How to use pulsar openresty proxy

License

Apache

See also

The plugin architecture is highly inspired by Kong.