-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(mongo-connector): support copy.existing in source and topics/topic.override in sink #156
Comments
Okay, I will read the code of mongo-kafka firstly! |
I will read the pulsar io source code next week |
In pulsar io of mongodb, the offset is not saved , whether this feature should be supported or not in this issue? |
@lzqdename Sorry I am not the maintainer of mongo pulsar io, can you give more details about the offset you mentioned that not saving? In source or sink connector? And in which process that not saving? |
okay,I know, the offset is the position at which the consumer will consume when restarted, okay, I will write a basic implementation of "copy.existing" due to lackness of time |
@lzqdename Cause Pulsar consumer has no need to save offset since the offset info will be saved by Pulsar broker. For example, Pulsar consumer use a subscription name |
consume mongodb,not pulsar, line 397 , getResumeToken(sourceConfig) |
@lzqdename OK i see, i think there is no need for you to support saving mongodb offset in this task. |
Motivation
Compares to mongodb-kafka-connector, pulsar-kafka-connector is quite simple. So it will be better to add some useful features on pulsar-kafka-connector to enhance:
Pls refer the open source code of mongo-kafka.
The text was updated successfully, but these errors were encountered: