We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I put the 5-arg version of this into my topology:
(j/aggregate groupedstream tree-agg-init tree-agg-add tree-agg-subtract agg-topic)
I get an exception:
Execution error (AbstractMethodError) at jackdaw.streams/aggregate (streams.clj:260). jackdaw.streams.interop.CljKGroupedStream.aggregate(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
I believe that although a 5-arity version is defined in streams.clj here, there's no corresponding interop for it here
streams.clj
My workaround is not to pass the subtractor fn arg which is the 4-arity flavor which works OK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I put the 5-arg version of this into my topology:
(j/aggregate groupedstream tree-agg-init tree-agg-add tree-agg-subtract agg-topic)
I get an exception:
I believe that although a 5-arity version is defined in
streams.clj
here, there's no corresponding interop for it hereMy workaround is not to pass the subtractor fn arg which is the 4-arity flavor which works OK.
The text was updated successfully, but these errors were encountered: