-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm trying to understand how I might create an adapter that allows flumeviews and kappaviews to be interchangeable.
in flume, views expose a createSink method, and a since observable.
in kappa, it looks like the batch method is used, which takes a callback, but doesn't expose where it's up to exactly. Or does it in a way I havn't figured out yet?
I also noticed that multifeed-index accepts ops that have both keys and sequences - it indexes many logs not just one log. It seems like this might ruin my plan to make an adapter, because flume assumes a single log (which in ssb is many logs combined, in receive order). I guess it would be easy to adapt a kappa view to flume, because if the view can support many logs, then it can support just one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels