Skip to content

Commit

Permalink
Trying a new way by pushing/polling from DF
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
  • Loading branch information
mch2 committed Feb 10, 2025
1 parent 98cd054 commit 13deb30
Show file tree
Hide file tree
Showing 10 changed files with 1,304 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ public interface StreamProducer extends Closeable {
*/
BatchedJob createJob(BufferAllocator allocator);

/**
*
* @return
*/
default Set<StreamTicket> partitions() {
return Collections.emptySet();
}
Expand Down
Loading

0 comments on commit 13deb30

Please sign in to comment.