問題タブ [etcd3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
5128 参照

rest - How to use etcd v3 restful api to watch

i am trying to watch key with etcdv3 restful api,following etcd/Documentation/dev-guide/api_grpc_gateway.md,but it seems not work well with watch.

the watch will not have a response.

this is my docker-compose.yml: