bytedance / bytedance/InfiniStore
Failed to use DNS name for communication
Open
- Dominant language
- C++
- Stars
- 437
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
I am using LMCache + Infinistore to do some benchmark testing on Kubernetes. Here's my connection string.
```
remote_url: "infinistore://infinistore-svc:12345"
```


1. Seems DNS name is not parsed.
2. I switched to pod ip and service cluster ip which works fine
Using DNS name is much easier for this case, let's add the support for it
Contributor guide
Assessment
This issue has not been assessed yet.