mailgun / groupcache

Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
484 stars 72 forks source link

Upgrade the Protobuf API version #62

Open adzil opened 1 year ago

adzil commented 1 year ago

The Protobuf API used in this project is already outdated and cannot be used for Protobuf definitions that are compiled using a recent version of protoc-gen-go which uses this package instead.

Is there any plan to upgrade this? I can create a PR for this as I already upgraded it in my fork although I understand that this may break backward compatibility with the existing mailgun/groupcache/v2 API.