forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement topic routing on a per record basis (apache#2605)
### Motivation There are use cases that the destination topic for a message cannot be determined at source submission time. This requires the ability for sources to to set which topic a record should be written to. ### Modifications 1. add an interface Record that allows users to set the destination topic for a record 2. Refactored the Pulsar sink code to support this
- Loading branch information
Showing
9 changed files
with
391 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 0 additions & 73 deletions
73
...n/java/org/apache/pulsar/functions/instance/producers/AbstractOneOuputTopicProducers.java
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
.../org/apache/pulsar/functions/instance/producers/MultiConsumersOneOuputTopicProducers.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...ions/instance/src/main/java/org/apache/pulsar/functions/instance/producers/Producers.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.