We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change SuperStreamBuilder maxLength to long and add overloaded method to QueueBuilder.
SuperStreamBuilder
maxLength
long
QueueBuilder
Also maxSegmentSize.
maxSegmentSize
Erlang int is 8 bytes.
The text was updated successfully, but these errors were encountered:
spring-projectsGH-2552: Fix Builder Argument Types maxLength etc
e7d2ca9
Resolves spring-projects#2552 Variables map to Erlang ints which are 8 bytes, so need to be long in Java.
GH-2552: Fix Builder Argument Types maxLength etc
613c289
Resolves #2552 Variables map to Erlang ints which are 8 bytes, so need to be long in Java.
Successfully merging a pull request may close this issue.
Discussed in #2551
Change
SuperStreamBuilder
maxLength
tolong
and add overloaded method toQueueBuilder
.Also
maxSegmentSize
.Erlang int is 8 bytes.
The text was updated successfully, but these errors were encountered: