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

add EMA version to heartbeat message #124

Merged
merged 3 commits into from
Oct 13, 2023
Merged

add EMA version to heartbeat message #124

merged 3 commits into from
Oct 13, 2023

Conversation

pwang1997
Copy link
Contributor

@pwang1997 pwang1997 commented Oct 10, 2023

What is the purpose of this change?

Add EMA version to heartbeat message for debugging purposes.

How was this change implemented?

Add EMA version to heartbeat message.

How was this change tested?

Update test

Is there anything the reviewers should focus on/be aware of?

This change will be minor upversioned.

@pwang1997 pwang1997 temporarily deployed to build_pr October 10, 2023 13:39 — with GitHub Actions Inactive
@pwang1997 pwang1997 temporarily deployed to build_pr October 10, 2023 14:29 — with GitHub Actions Inactive
@pwang1997 pwang1997 requested review from helrac and gregmeldrum and removed request for helrac October 10, 2023 14:42
@pwang1997 pwang1997 temporarily deployed to build_pr October 11, 2023 15:06 — with GitHub Actions Inactive
@sonarqube-solacecloud
Copy link

@@ -52,7 +52,7 @@ public void ack() {

@Test
public void testHeartbeatAgentMOPProtocol() {
HeartbeatMessage message = new HeartbeatMessage("runtimeId", "timestamp");
HeartbeatMessage message = new HeartbeatMessage("runtimeId", "timestamp", "1.1.2");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since this change is not backwardCompatible, we should upversion ema on the minor version

@pwang1997 pwang1997 merged commit fd986a2 into main Oct 13, 2023
6 checks passed
@pwang1997 pwang1997 deleted the pwang/DATAGO-62205 branch October 13, 2023 20:06
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