Jason Joo
Jason Joo
hi,我们这边是内部使用tbschedule多年(5年以上)了,这两年也做了相应的内部功能开源+演进,项目在 https://github.com/jasonjoo2010/tbschedule(已发中央库) 主要做了多存储后端、springboot支持、xml支持、填坑等相关功能 后续可以看是否有集成可能(集成更便利、稳定、持续维护),也可以看看是否可以做个readme链接交换
# Background Sometimes, we added wrong volume to a node. But we only can change the capacity or resource declaration using `eru-cli node set` but cannot remove it completely. So...
Is there any plan on this kind of commands supporting? They are available when a redis node is in a cluster.
following calls will be fail: dict_set(map, "test", "demo"); dict_delete(map, "test"); dict_set(map, "test", "new value"); //will not set it this pr is submitted to fix it
This PR solved 2 small issues togethor: 1. Newer zookeeper (tested with 3.6.x) outputs a little different in 4-letter-word response. 2. Exists() acts different to ExistsW() ### Description #### FLW...
There should be some changes in the configuration for agent including the container filtering feature. But we don't have it in the sample yaml, both for template configuration and document.
New demo can be refered: https://github.com/jasonjoo2010/tbschedule/tree/master/tbschedule-demo
Hi community and committees, Recently, our team encountered TLS certificate reloading issue even after adding `reload: true` to `config` when using `cert` method. After checking, it looks like not functioning...
This MR fixes the issue #6915 ### 1. Why is this pull request needed and what does it do? When users adjusted the plugin call order and put rewrite before...
Hi community, We deeply used rewrite plugin internally on CoreDNS for various purposes, like traffic redirection and application performance improvement, and it worked quite good and never disappointed users. But...