Skip to content

Commit

Permalink
[INLONG-7940][Manager] Use pulsar subscriptions and specify subscript…
Browse files Browse the repository at this point in the history
…ion offset in pulsar connector
  • Loading branch information
EMsnap committed May 8, 2023
1 parent 2431f2f commit 450742e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Node getTestObject() {
format,
"earliest",
null,
null,
null);
"subscription",
"earliest");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public PulsarExtractNode buildPulsarExtractNode() {
format,
"earliest",
null,
null,
null);
"test",
"earliest");
}

private NodeRelation buildNodeRelation(List<Node> inputs, List<Node> outputs) {
Expand Down

0 comments on commit 450742e

Please sign in to comment.