-
Notifications
You must be signed in to change notification settings - Fork 0
Add flag to disable init sync #8
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
Add flag to disable init sync #8
Conversation
@@ -223,16 +228,25 @@ public static ConfigDef baseConfigDef() { | |||
SRC_INIT_SYNC_DELAY_DEFAULT, | |||
ConfigDef.Importance.LOW, | |||
SRC_INIT_SYNC_DELAY_DOC, | |||
CONNECTOR_GROUP, 2, | |||
CONNECTOR_GROUP, 4, |
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.
what does this imply?
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.
is it ordering of params?
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.
yes, ordering of params in a group. higher order takes more priority. if the same config, higher order is preferred over lower order.
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.
parameter of apache config.
how do we test this? |
Checkpointing happening:
Tested in local. |
* Add the oldDocument in field value when present * Add EventID and Key inside value * Make logs debug to reduce noise (#3) * move some info logs to debug * make info * use jackson instead of gson (#5) * delay log warning to 60 minutes (#6) * changes to version (#7) * Add flag to disable init sync (#8) * add initial value (#9) --------- Co-authored-by: Rabi Shanker Guha <[email protected]> Co-authored-by: Nandan H R <[email protected]> Co-authored-by: hardik-devrev <[email protected]> Co-authored-by: Divanshu Aggarwal <[email protected]>
No description provided.