[Improve][Doc] Improve the connector-v2 develop doc#8190
Merged
Conversation
…che#7959 Supplementary explanations have been provided for the methods and classes that must be implemented during the source development process
Hisoka-X
reviewed
Dec 2, 2024
Comment on lines
+59
to
+63
| 6.There are several classes that must be implemented on the source side, namely {connector name} Source, {connector name} SourceFactory, {connector name} SourceReader. Please refer to other connectors for details | ||
|
|
||
| 7.{Connector Name} SourceFactory needs to be annotated with the **@AutoService (Factory.class)** annotation on the class name, and in addition to the required methods, an additional 'creatSource' method needs to be rewritten | ||
|
|
||
| 8.{Connector Name} Source needs to override the getProducedCatalogTables method |
Contributor
Author
There was a problem hiding this comment.
But I have only done source development and not sink development, so I am not sure if what I am writing is correct
liunaijie
previously approved these changes
Dec 3, 2024
hailin0
previously approved these changes
Dec 3, 2024
…che#7959 Additional notes on sink
Hisoka-X
approved these changes
Dec 3, 2024
Contributor
Author
|
@hailin0 @liunaijie please review again ,thx |
dailai
approved these changes
Dec 3, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Supplementary explanations have been provided for the methods and classes that must be implemented during the source development process