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

SOL-59692: Provide Ability to NACK a Specific AD Message and Force Re-delivery #66

Merged
merged 21 commits into from
Dec 5, 2024

Conversation

oodigie
Copy link

@oodigie oodigie commented Oct 9, 2024

Changes:

  • EBP-52: Implement the receiver builder configuration for message settlement outcome support
  • EBP-54: Implement the Settle() method
  • EBP-54: fixed doc string format on MessageSettlementOutcome
  • EBP-58: added new metrics and response code for Nack
  • EBP-58: tracked auto-acks and subtract it from settledAccepted

@oodigie oodigie marked this pull request as ready for review October 21, 2024 21:06
Copy link

gitstream-cm bot commented Oct 21, 2024

Please mark whether you used Copilot to assist coding in this PR

  • Copilot Assisted

Still more reshuffling than substantial tests, but I'm getting there.
@RagnarPaulson RagnarPaulson marked this pull request as draft October 30, 2024 20:00
@oodigie oodigie marked this pull request as ready for review November 5, 2024 15:52
@@ -105,8 +108,9 @@ type Metrics interface {

// Implementation
type ccsmpBackedMetrics struct {
session *ccsmp.SolClientSession
metrics []uint64
session *ccsmp.SolClientSession
Copy link

Choose a reason for hiding this comment

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

Which indentation is our coding standard, before or after?

Choose a reason for hiding this comment

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

Go has its own standard for formatting for running go fmt on the project.
Not sure indentation is included in that for all cases.
If go fmt is happy will this the indentation standard for solace by default is 4 spaces. Unless there is overriding factor like go fmt.

Copy link
Author

Choose a reason for hiding this comment

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

@gszol, I just run the usual go fmt on the code before/while committing the code changes.

Copy link

Choose a reason for hiding this comment

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

If everyone's happy, I'm happy :-)

@RagnarPaulson
Copy link

RagnarPaulson commented Nov 5, 2024 via email

@oodigie oodigie requested a review from gszol November 5, 2024 20:57
@oodigie
Copy link
Author

oodigie commented Nov 6, 2024

Changes look good to me.
All git actions have passed.
There are no build failures in Jenkins.
All the reviewers added to this PR have reviewed and given their tentative approval. I think this is ready for QA/merge.
We should create other branches off this feature branch to fix any potential bug(s)/change(s) that may be requested at a later time so those independent PRs can be reviewed separated before being merged into this one.

Copy link

@sdewilde sdewilde left a comment

Choose a reason for hiding this comment

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

Merge jira has been raised https://sol-jira.atlassian.net/browse/EBP-368. Ready to go!

@oodigie oodigie merged commit bbba7d1 into dev Dec 5, 2024
5 checks passed
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.

6 participants