-
Notifications
You must be signed in to change notification settings - Fork 16
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
cross language support (java) #7
Comments
Hi @lcmgh, if I understand correctly, you want to deserialize the result obtained from the |
Hi @yankun1992 . To be precise, I would like to serve the bytes blob of the bloom filter's result at an endpoint to give other systems the option to run data against the filter locally. Could the artifact of your "Java implementation" then be published on Maven central or will it require additional effort for Java clients to make use of the lib (beside of declaring it as dependency)? |
Yes, the plan is to publish to Maven Central :) |
Hi @lcmgh, the snapshot package has been publish to https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/yankun1992/ . You can test it! |
Hi!
I'd like to share my bloom filter output to Java services. Are there any Java libs that are compatible with the data structure provided by fastbloom?
Thanks
The text was updated successfully, but these errors were encountered: