You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ Lua Pubsub client driver for the `ngx_lua` based on the cosocket API
4
4
5
5
## Table of Contents
6
6
7
-
*[Name](#name)
8
7
*[Description](#description)
9
8
*[Synopsis](#synopsis)
10
9
*[Configs](#configs)
@@ -24,7 +23,7 @@ Lua Pubsub client driver for the `ngx_lua` based on the cosocket API
24
23
25
24
This Lua library is a Pubsub client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule
26
25
27
-
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. This library pushes messages (with attributes) to Google Cloud pubsub using nginx timers and http
26
+
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. This library pushes messages (with attributes) to Google Cloud pubsub using nginx timers and http requests.
28
27
29
28
Note that at least [ngx_lua 0.9.3](https://github.com/openresty/lua-nginx-module/tags) or [ngx_openresty 1.4.3.7](http://openresty.org/#Download) is required, and unfortunately only LuaJIT supported (`--with-luajit`).
30
29
@@ -102,17 +101,24 @@ Note that at least [ngx_lua 0.9.3](https://github.com/openresty/lua-nginx-module
0 commit comments