[BitSail][Connector] Support Assert sink connector
See original GitHub issueIs your feature request related to a problem? Please describe
Currently we support print sink and we use print in some tests, but print is not sufficient enough to verify the test result.
So we need an AssertSink
to verify the test result more accurately.
Describe the solution you’d like
A clear and concise description of what you want to happen.
Describe alternatives you’ve considered
A clear and concise description of any alternative solutions or features you’ve considered.
Additional context
Add any other context or screenshots about the feature request here.
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Testing streams - Documentation - Akka
Testing a custom sink can be as simple as attaching a source that emits elements from a predefined collection, running a constructed test...
Read more >Testing Kafka Connectors - Gunnar Morling
In this blog post I'd like to focus on testing approaches for Kafka Connect source connectors, i.e. connectors like Debezium, which ingest data ......
Read more >Assertion Test Step | ReadyAPI Documentation
The Assertion test step can assert properties of test steps within a test case as well as properties of a test case, test...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@garyli1019 Hello, I have successfully run bitsail locally and on the cluster, but I have been busy recently and haven’t started the design yet. I will start as soon as possible and discuss with you here. The contributor group will help, i’ll join it, thx 😃
@liuxiaocs7 Hi, thanks for elaborate your design! Your configuration design looks good to me. I couldn’t come up with a better idea than this. Please go ahead with this design