fix: Correctly use documented defaults for streams resource creates, updates and deletes#4239
fix: Correctly use documented defaults for streams resource creates, updates and deletes#4239jwongmongodb wants to merge 2 commits intomasterfrom
Conversation
…updates and deletes
|
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
|
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
|
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
Description
Currently the streams connection CREATEs, UPDATEs and DELETES are using the system default 3 hour timeouts instead of the documented 20 minute timeouts. We should correctly propagate those documented defaults. Also including a driveby to remove the PENDING 404 state transition that is invalid from the CREATE connection flow.
Type of change:
Required Checklist:
Further comments