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

Make sure federated RTI Porperties given in the command line override… #1493

Closed
wants to merge 2 commits into from

Conversation

ChadliaJerad
Copy link
Collaborator

… those in the .lf file, even when 'localhost' is passed. This fix does not use 'null' as default value. Therefore, the previously implemented logic does not break.

… those in the .lf file, even when 'localhost' is passed. This fix does not use 'null' as default value. Therefore, the previously implemented logic does not break.
Copy link
Collaborator

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK to me, modulo the comment.

*/
final LinkedHashMap<String, Object> federationRTIProperties = CollectionLiterals.newLinkedHashMap(
Pair.of("host", "localhost"),
Pair.of("port", 0) // Indicator to use the default port, typically 15045.
Pair.of("port", 0), // Indicator to use the default port, typically 15045.
Pair.of("overridden", false)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this should be named "host_overridden"? It isn't clear which property it is referring to.

…tionRTIProperties, making it clear which property it refers to.
Base automatically changed from fed-gen to master January 20, 2023 08:19
@ChadliaJerad
Copy link
Collaborator Author

No longer useful.

@ChadliaJerad ChadliaJerad deleted the fed-gen-docker branch March 22, 2023 18:47
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 this pull request may close these issues.

2 participants