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
I'd like to send a proposal to split the existing module into 2 modules:
api-gateway-zmq-logger which send messages to a zeromq socket locally via inproc / ipc. This one is used mainly for Throttling and Rate Limiting. The source code has been in a separate package at src/lua/api-gateway/zmq
api-gateway-buffered-logger which is used to send usage metrics via HTTP to multiple backends. Currently we support SNS, Kinesis and later we may support Kafka , maybe Google's PubSub and others. The source code has been in the separate package at src/lua/api-gateway/logger
The text was updated successfully, but these errors were encountered:
I'd like to send a proposal to split the existing module into 2 modules:
api-gateway-zmq-logger
which send messages to a zeromq socket locally viainproc / ipc
. This one is used mainly for Throttling and Rate Limiting. The source code has been in a separate package atsrc/lua/api-gateway/zmq
api-gateway-buffered-logger
which is used to send usage metrics viaHTTP
to multiple backends. Currently we supportSNS
,Kinesis
and later we may supportKafka
, maybe Google'sPubSub
and others. The source code has been in the separate package atsrc/lua/api-gateway/logger
The text was updated successfully, but these errors were encountered: