You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The stream processor server and API URLs in pattern 2 are provided in the configurations through instance linking. This is an incorrect approach, as pattern 2 contains 2 Analytics nodes, and linking would connect to only the first node.
The text was updated successfully, but these errors were encountered:
Savidude
changed the title
Use route registrar nstead of instance linking for API Manager Analytics in Pattern 2
Use route registrar instead of instance linking for API Manager Analytics in Pattern 2
Mar 4, 2019
Description:
The stream processor server and API URLs in pattern 2 are provided in the configurations through instance linking. This is an incorrect approach, as pattern 2 contains 2 Analytics nodes, and linking would connect to only the first node.
<StreamProcessorServerURL>{tcp://<%= link("apim-analytics").instances[0].address %>:7612}</StreamProcessorServerURL>
<StreamProcessorRestApiURL>https://<%= link("apim-analytics").instances[0].address %>:7444</StreamProcessorRestApiURL>
Suggested Labels:
Priority/High
Suggested Assignees:
@Savidude
The text was updated successfully, but these errors were encountered: