Skip to content
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

Compatibility with Guava (Java) #101

Open
GiovaniFerraroTrivelli opened this issue May 27, 2024 · 0 comments
Open

Compatibility with Guava (Java) #101

GiovaniFerraroTrivelli opened this issue May 27, 2024 · 0 comments

Comments

@GiovaniFerraroTrivelli
Copy link

GiovaniFerraroTrivelli commented May 27, 2024

Hello!

I would like to know if it's possible to make this library compatible with Guava (the Java library by Google).

When I try to load a Bloom Filter using Guava, it seems it can't parse the exported file correctly:

java.io.IOException: Unable to deserialize BloomFilter from InputStream. strategyOrdinal: 0 numHashFunctions: 0 dataLength: 797
	at com.google.common.hash.BloomFilter.readFrom(BloomFilter.java:636)

Guava is the most used library for Bloom Filter in Java, and certain use cases require its use in my Java project, alongside other microservices that were written in Go.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant