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

Fix: Primitive type attribute for primaryTerm and seqNo #661

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lorenzomalla
Copy link

Short description

This PR fixes the error reported into issues #657 and #655

List of changes proposed in this pull request

  • Changed primaryTerm and seqNo type from primitive long to Long as Java object class.
    Since these two attributes could be null in some cases, the previous implementation did not allowed due to the primitive long type.

@cla-checker-service
Copy link

❌ Author of the following commits did not sign a Contributor Agreement:
3dfdd1c

Please, read and sign the above mentioned agreement if you want to contribute to this project

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.

None yet

1 participant