krakend / bloomfilter

Bloomfilter written in Golang, includes rotation and RPC
Apache License 2.0
81 stars 15 forks source link

Bloomfilter Server pass to use json codification instead Gob one #17

Closed froilson closed 5 months ago

froilson commented 2 years ago

Is your feature request related to a problem? Please describe. Bloomfilter server is encoded using gob as the net/rpc package is using it, so to revoke a token we only can use a client in Golang.

Describe the solution you'd like Change the encoding to json with net/rpc/jsonrpc.

Describe alternatives you've considered How can I generate a Java client to call bloomfilter server instead.

alombarte commented 5 months ago

It is not viable to send the bloomfilter using JSON given the size it holds