You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the memcached client to talk to hazelcast instead of memcached for doing data enrichment in logstash since hazelcast supports the memcached client it seemed like an easy drop in replacement however hazelcast only supports the ascii protocol and not the binary protocol which the filter currently uses so I'd like the ascii protocol supported as well as the binary.
thanks,
The text was updated successfully, but these errors were encountered:
For what it's worth, the fairly well known facebook project "mcrouter" also implements only the memcached ASCII protocol. I was feeling pretty excited about implementing mcrouter to address reliability issues with memcached, only to have my bubble burst when I discovered that the logstash memcached plugin is not compatible!
I guess I will need to look to some kind of alternative, as without mcrouter, memcached causing me a LOT of management and reliability headaches.
I am trying to use the memcached client to talk to hazelcast instead of memcached for doing data enrichment in logstash since hazelcast supports the memcached client it seemed like an easy drop in replacement however hazelcast only supports the ascii protocol and not the binary protocol which the filter currently uses so I'd like the ascii protocol supported as well as the binary.
thanks,
The text was updated successfully, but these errors were encountered: