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

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

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

}

func (backedMetrics *ccsmpBackedMetrics) incrementDuplicateAckCount() {
atomic.AddUint64(&backedMetrics.duplicateAcks, uint64(1))

Choose a reason for hiding this comment

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

@oodigie , why do we need a new function and attribute for counting duplicate acks instead of incrementing the stat using the existing method?

@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

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