-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[feature][connector-v2-hbase-sink] Support Connector v2 HBase sink TTL data writing #7116
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
[feature][connector-v2-hbase-sink] Support Connector v2 HBase sink TTL data writing #7116
Conversation
Hisoka-X
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this new config key into doc
| .withDescription("Hbase extra config"); | ||
|
|
||
| public static final Option<Long> HBASE_TTL_CONFIG = | ||
| Options.key("ttl").longType().defaultValue(-1L).withDescription("Hbase ttl config"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Options.key("ttl").longType().defaultValue(-1L).withDescription("Hbase ttl config"); | |
| Options.key("ttl").longType().defaultValue(-1L).withDescription("The expiration time configuration for writing hbase data. The default value is -1, indicating no expiration time."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your guidance. The modifications have been completed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add Complete
Purpose of this pull request
In some scenarios, you need to set the TTL time
How was this patch tested?
Local and server deployment operation
Check list
New License Guide
release-note.