-
Notifications
You must be signed in to change notification settings - Fork 530
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
[INLONG-7940][Sort] Use pulsar subscriptions and specify subscription offset in pulsar connector #7943
Conversation
...er/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/util/ExtractNodeUtils.java
Outdated
Show resolved
Hide resolved
wait for #7937 to be merged first |
…ion offset in pulsar connector
@EMsnap This feature just can be used when pulsar admin api is supportted. Maybe, for without pulsar admin api situation, inlong manager can't distribute new params to support this feature. |
If there is no admin url the parameter won't be used since there is a seperate source for pulsar without admin |
… offset in pulsar connector (apache#7943)
Prepare a Pull Request
Motivation
[INLONG-7940][Manager] Use pulsar subscriptions and specify subscription offset in pulsar connector
Modifications
[INLONG-7940][Manager] Use pulsar subscriptions and specify subscription offset in pulsar connector
See SCAN_STARTUP_SUB_START_OFFSET SCAN_STARTUP_SUB_NAME SCAN_STARTUP_MODE in PulsarTableOptions
Documentation