Skip to content

transfer() method in ParallelSink class does not return CompletableFuture in case of Kafka/other streams of data #123

transfer() method in ParallelSink class does not return CompletableFuture in case of Kafka/other streams of data

transfer() method in ParallelSink class does not return CompletableFuture in case of Kafka/other streams of data #123

Workflow file for this run

name: triage opened issue
on:
issues:
types:
- reopened
- opened
jobs:
label-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage