jetspeed
jetspeed
nsq-0.3.7-HA.1.9.5 有三个nsqd, 其中一个nsqd上有一个topic: topicA Producer按照nsqlookupd, 'topicA'发送消息 100条, 只有部分消息到了有topicA的nsqd上。 对样的情况, 使用nsq 1.2.0, 会自动分散到三个nsqd上, 且三个nsqd上自动有了topicA。 请问是使用方式不对么。
文档里有些不清楚啊, 另外trace_query_url 是什么?
需要对reponse进行敏感词过滤。 不会lua....
ng中可以设置format:json,我查了axios中也没有
我想用Orange来对前端发送过来的加密请求,解密后送给后端API服务器,API服务器返回后,再将response加密给前端应用。 有没有现成的插件? 还是得自己写一个?
我有一个需求,对reponse中的json数据,按照配置的key列表,对其值进行部分替换, 比如: {account_no: 1234} 替换为 {account_no: 12*4} 我看了kong是整个替换。
How this project auth nsqadmin users? I found no doc from nsq.io nor from the README. I run this two py files in 4181 port, and have set auth_http_address to...
is datamapper support in the plan?
is there a directive or regex expression to accomplish this? such as replace {account_no:12345678} to {account_no:1234***8} if there is a config list contains account_no. thx