-
Notifications
You must be signed in to change notification settings - Fork 595
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
Provide configuration settings for client SSE limits #2193
Conversation
Thank you for your pull request! After a quick sanity check one of the team will reply with 'OK TO TEST' to kick off our automated validation on Jenkins. This compiles the project, runs the tests, and checks for things like binary compatibility and source code formatting. When two team members have also manually reviewed and (perhaps after asking for some amendments) accepted your contribution, it should be good to be merged. For more details about our contributing process, check out CONTRIBUTING.md - and feel free to ask! |
Mima check failing because of the need to pass Should I add a |
OK TO TEST |
akka-http-core/src/main/scala/akka/http/impl/settings/ServerSentEventSettingsImpl.scala
Outdated
Show resolved
Hide resolved
Test FAILed. |
Test FAILed. |
Test PASSed. |
akka-http-core/src/main/scala/akka/http/impl/settings/ServerSentEventSettingsImpl.scala
Outdated
Show resolved
Hide resolved
Test PASSed. |
2f56d38
to
25da5d5
Compare
Test FAILed. |
25da5d5
to
a58a67a
Compare
Test FAILed. |
Test PASSed. |
1422c4c
to
4d11520
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @Synesso. LGTM
I squashed the changes together into two commits, one with the syntax changes and one with the actual changes.
Test FAILed. |
PLS BUILD |
Test PASSed. |
This refers to akka/alpakka#1185 (review) wherein @hseeberger suggested client ServerSentEvent configuration be exposed in akka-http.
Configuration added:
akka.http.sse.max-event-size = 8192
akka.http.sse.max-line-size = 4096