-
Notifications
You must be signed in to change notification settings - Fork 19
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
TDL-18712 Add support of EU endpoint. #95
Conversation
README.md
Outdated
@@ -246,6 +266,7 @@ Interrupted syncs for Event type stream are resumed via a bookmark placed during | |||
- `period` (string, `ABCdef123`): `dayRange` or `hourRange` | |||
- `lookback_window` (integer): 10 (For event objects. Default: 0) | |||
- `request_timeout` (integer): 300 (For passing timeout to the request. Default: 300) | |||
- `eu_domain` (boolean, `true` or `false`): EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records. |
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.
- `eu_domain` (boolean, `true` or `false`): EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records. | |
- `eu_domain` (boolean, `true` or `false`): EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records else it will use the US endpoint to capture the records. |
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.
Do mention, it is optional.
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.
Updated
README.md
Outdated
@@ -246,6 +266,7 @@ Interrupted syncs for Event type stream are resumed via a bookmark placed during | |||
- `period` (string, `ABCdef123`): `dayRange` or `hourRange` | |||
- `lookback_window` (integer): 10 (For event objects. Default: 0) | |||
- `request_timeout` (integer): 300 (For passing timeout to the request. Default: 300) | |||
- `eu_domain` (boolean, `true` or `false`): EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records else it will use the US endpoint to capture the records. It is an optional property. |
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.
- `eu_domain` (boolean, `true` or `false`): EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records else it will use the US endpoint to capture the records. It is an optional property. | |
- `eu_domain` (boolean, `true` or `false`): It is an optional property. EU domain refers to the physical storage location of an organization's data or information. Setting this config parameter to true ensures that it uses the EU endpoint to capture the records else it will use the US endpoint by default to capture the records. |
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.
Updated
Description of change
integration_token
ends with.eu
integration_token
ends with.us
Manual QA steps
integration_token
ends with .us then the default value of the base URL is used.Risks
Rollback steps