Skip to content

Compatibility with Guava (Java) #101

@GiovaniFerraroTrivelli

Description

@GiovaniFerraroTrivelli

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions