-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memcached protocol doesn't work #126
Comments
@yizhengx Can you paste the Envoy config dump? |
Hi! I'm not sure what exactly you're looking for, but I ran
Output from running
|
@yizhengx The config dump looks good to me since the original For the next step, I suggest you turn on trace and look into the log to see how a memchace request is processed and what could be potentially wrong. |
Hi, we implemented memcached protocol in aeraki and used DeathStarBenchmark/hotel-reservation to test.
Meta-protocol-proxy implementation: https://github.com/yizhengx/meta-protocol-proxy/tree/local-queue/src/application_protocols/memcached
We built it using bazel following the instructions in the document.
Example yamls for memcached services
I really appreciate any advice on this including what we missed and how we can find the root cause. Thanks!
The text was updated successfully, but these errors were encountered: