Skip to content
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

Use route registrar instead of instance linking for API Manager Analytics in Pattern 2 #57

Closed
Savidude opened this issue Feb 25, 2019 · 0 comments · Fixed by #61
Closed

Comments

@Savidude
Copy link
Contributor

Savidude commented Feb 25, 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

@Savidude 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant