-
Supersede/replace https://github.com/elastic/kibana/issues/93029
In https://github.com/elastic/kibana/issues/187696, response ops is planning to implement a discovery service for task manager, for …
-
To use the [Init Task Pattern of `lifecycle` Stanza](https://www.nomadproject.io/docs/job-specification/lifecycle#init-task-pattern), we need a forward [DNS for Consul Service Discovery](https://learn…
-
```js
const client = await createDAVClient({
serverUrl: 'https://calendar.dingtalk.com',
credentials: {
username: 'u_vpsuz2c6',
password: 'uvdgcwqn',
},
authMethod…
-
When looking at traces, it's hard to back track to the original information when trying to track down a potential problem:
This is because HTTP client is the one creating the activity and the s…
-
As seen while investigating #68, and how to write async `Stream` code alternative, the event loop and service ref is on a per-request basis:
https://github.com/windy1/zeroconf-rs/blob/7129d3e8b2fa4…
-
### Which tests failed?
TestDiscoveryWatchlabels/Discovery/TestDiscoverySpecPreserved
Logs:
```
=== RUN TestDiscoveryWatchlabels/Discovery/TestDiscoverySpecPreserved
service/example-svc created
==…
-
Provide Blue/Green deployments through endpoint. Use the endpoint to set registered instances to offline. For Eureka and Consul.
-
I deployed cloudquery image which I build locally using cloudquery binaries. I was able to test the container image locally and able to extract the data. But when I deployed the image to cloudrun usin…
-
In the latest version of Eclipse (Modeling 2020-03) the amalgam project that offers the base classes of the discovery service isn't included anymore
the last version of amalgam is 3 years old (cf.…
-
**Please describe your use case / problem.**
k8s endpoints object support max 1000 endpoint. This is a bottleneck to scale pods beyond 1000. K8s support EndpointSlices from 1.21 to resolve this issue…