-
Notifications
You must be signed in to change notification settings - Fork 2k
enhancement(pulsar sink): Refactor to use StreamSink #14345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
08688d9
enhancement(pulsar sink): Refactor to use StreamSink
addisonj 4839a04
Update src/internal_events/pulsar.rs
addisonj 44d156f
Update src/sinks/pulsar/config.rs
addisonj 548fdce
Update src/sinks/pulsar/config.rs
addisonj f26685d
Update src/sinks/pulsar/config.rs
addisonj dfcac00
Update src/sinks/pulsar/config.rs
addisonj 63a7965
Update src/sinks/pulsar/config.rs
addisonj fb244fa
cargo fmt
fuchsnj 32bca39
Merge branch 'master' into pulsar_sink_improve
573b9ee
Update src/sinks/pulsar/config.rs
addisonj 0514d8f
WIP: Refactor to use new abstractions, not compiling
e20a60a
fix all errors and pass tests
20d6160
update cargo.lock
918fb9a
Merge branch 'master' into pulsar_sink_improve
38af926
address pr feedback
a4e6d11
Merge branch 'master' into pulsar_sink_improve
638c1fc
fix fmt
5ab5d08
Merge branch 'master' into pulsar_sink_improve
69e60de
update cargo.lock
289cf6b
update cargo.lock
4f0de94
Merge branch 'pulsar_sink_improve' of github.com:addisonj/vector into…
c151b06
generate-component-docs
a472df3
Merge branch 'master' into pulsar_sink_improve
fuchsnj 1e6238e
Merge branch 'master' into pulsar_sink_improve
af47c41
changes to adapt to pulsar crate 5.0.0
6b182e6
remove unused module
4463a79
restore Cargo.lock
89773f1
regenerate cargo.lock
ea1f903
Merge branch 'master' into pulsar_sink_improve
neuronull 500217b
start to work out compilation errors
neuronull f4ad1f9
feedback bg
neuronull 1dc2b7b
more edits toward convergence
neuronull a5b2c5e
fixing things
neuronull f366fd6
found more things
neuronull 1f33668
add protocol
neuronull b6b6e36
clippy
neuronull 85c1e2d
gen docs
neuronull e4aedce
spell check
neuronull 77a9c08
feedback sg
neuronull e05f8ff
feedback sg
neuronull 19f9487
feedback sg- simplify the producer in the Service
neuronull 5da6321
auto gen docs
neuronull ea1e133
Revert "feedback sg- simplify the producer in the Service"
neuronull f0eaa9a
multi producer magic?
neuronull ec48acb
two too many
neuronull 3de6bfd
make topic a Template in config
neuronull bad9281
batch settings one line
neuronull b0841b5
batch comment
neuronull da06b92
add retry logic to client builder
neuronull 5288029
use optionaltargetpath
neuronull 6d4368b
fix int tests
neuronull 91ed921
Merge branch 'master' into pulsar_sink_improve
neuronull 906f6a1
autogen docs
neuronull c3ed18b
reduce scope of the lock being held
neuronull 0d9815f
Merge branch 'master' into pulsar_sink_improve
neuronull 9e85fe9
remove unecessary clone
neuronull 12111d2
check lock readiness in poll_ready()
neuronull f1a45e8
add comments about the mutex
neuronull File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.