Manage CRR endpoints without explicit port#2718
Manage CRR endpoints without explicit port#2718maeldonn wants to merge 1 commit intodevelopment/9.1from
Conversation
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect Jira projectThe Jira issue ARTESCA-16783 specified in the source |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 3 files with indirect coverage changes
@@ Coverage Diff @@
## development/9.1 #2718 +/- ##
===================================================
- Coverage 74.94% 74.71% -0.23%
===================================================
Files 201 201
Lines 13517 13518 +1
===================================================
- Hits 10130 10100 -30
- Misses 3377 3408 +31
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
SylvainSenechal
left a comment
There was a problem hiding this comment.
why is getQueueProcessorConfig returning an array instead of an object 😆
Issue: ARTESCA-16783
3bbe5ac to
6c8abd2
Compare
Backbeat PR must reference a Backbeat ticket (
so you will need to reopen this PR with a different branch name |
| } | ||
|
|
||
| if (Array.isArray(this.destConfig.replicationEndpoint.servers)) { | ||
| const defaultPort = this.destConfig.transport === 'https' ? 443 : 80; |
There was a problem hiding this comment.
can't the transport be specified in each replication endpoint?
There was a problem hiding this comment.
Transport IS already resolved per-site (config.getReplicationSiteDestConfig()). The varible destConfig is constructed per-site, so the transport is not a global value, but the current site transport.
|
Moved to #2721 |
Issue: ARTESCA-16783