File tree Expand file tree Collapse file tree 4 files changed +377
-373
lines changed
blog/2024-05-23-erlang27-support Expand file tree Collapse file tree 4 files changed +377
-373
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ authors: [kura]
66
77[ Erlang/OTP 27.0 was released on May 20th, 2024] ( https://www.erlang.org/blog/highlights-otp-27/ ) .
88While it contains a lot of exciting features and improvements, unfortunately RabbitMQ currently
9- doesn't work well with this version. We are aware of significant performance regressions,
9+ doesn't work well with this version.
10+
11+ <!-- truncate -->
12+
13+ Our team has discovered significant performance regressions on Erlang 27,
1014as high as 30% lower message throughput in many common workloads.
1115
12- We are investigating the root cause of this regression .
16+ We are investigating the root cause of the regressions .
1317Please do not use Erlang/OTP 27 with RabbitMQ at this time.
1418
1519We will announce support for Erlang/OTP 27 when we are confident that it works well with RabbitMQ.
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ const config = {
183183 'https://github.com/rabbitmq/rabbitmq-website/tree/main/' ,
184184 rehypePlugins : [ imgRendering ] ,
185185 // silence a warning about older blog posts with Docusaurus 3.5.0+
186- // onUntruncatedBlogPosts: 'ignore'
186+ onUntruncatedBlogPosts : 'ignore'
187187 } ,
188188 theme : {
189189 customCss : './src/css/custom.css' ,
You can’t perform that action at this time.
0 commit comments