sunxi92
sunxi92
At present, ACL module does not support namespace. The way to achieve it is as follows: 1. "namesppace%ak" is globally unique 2. the acl config is modified as follows: ```...
It's a redundant operation to correct deliverTimestamp when sending scheduled message, so I delete the method of correctDeliverTimestamp, and the value of countdown is the time difference between the current...
**Make sure set the target branch to `develop`** ## What is the purpose of the change XXXXX ## Brief changelog XX ## Verifying this change fix #2931 Follow this checklist...
The port 10909 is used to synchronous the topic.json, but the port 10911 is used to synchronous consumerOffset.json、delayOffset.json and subscriptionGroup.json. #2819
Add a indicator for the master/slave data synchronization progress
您好: 在调用您zabbix-api-0.0.2去查询监控项Item是否存在时,会报出如下的错误信息: java.lang.NullPointerException:at io.github.hengyunabc.zabbix.api.DefaultZabbixApi.java136 以下是我自己封装的接口: public boolean queryItem(String hostid, String key){ JSONObject jsonObject = new JSONObject(); jsonObject.put("key_",new String[]{key}); Request request = RequestBuilder.newBuilder().method("item.get") .paramEntry("hostids",hostid) .paramEntry("search",jsonObject) .paramEntry("sortfield","name") .build(); com.alibaba.fastjson.JSONObject response = new...