You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/03/17 20:09:54 UTC

[PR] release notes for 1.1.0-M1 [incubator-pekko]

pjfanning opened a new pull request, #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204

   relates to https://github.com/apache/incubator-pekko/issues/945


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#issuecomment-2004178712

   > Let's wait until merging since #981 is on the horizon of being completed
   
   We don't typically merge these until after the release is approved. We can link this PR in the vote email.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1527737200


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))

Review Comment:
   add : https://github.com/apache/incubator-pekko/pull/1156
   and https://github.com/apache/incubator-pekko/pull/1088 too 
   ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1528134284


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))
+
+### Additional APIs
+
+* Add asInputStream to ByteString ([PR1085](https://github.com/apache/incubator-pekko/pull/1085))
+
+The Stream API has been updated to add some extra functions. 
+
+* add collectFirst stream operator ([PR984](https://github.com/apache/incubator-pekko/pull/984))
+* add collectWhile stream operator ([PR957](https://github.com/apache/incubator-pekko/pull/957))
+* add dimap stream operator ([PR942](https://github.com/apache/incubator-pekko/pull/942))
+* add flatten stream operator ([PR937](https://github.com/apache/incubator-pekko/pull/937))
+* add flattenMerge stream operator ([PR945](https://github.com/apache/incubator-pekko/pull/945))
+* add foldWhile stream operator ([PR1012](https://github.com/apache/incubator-pekko/pull/1012))
+* add mapAsyncPartitioned / mapAsyncPartitionedUnordered stream operators ([PR561](https://github.com/apache/incubator-pekko/pull/561))
+* add mapWithResource stream operator ([PR931](https://github.com/apache/incubator-pekko/pull/931), [PR1053](https://github.com/apache/incubator-pekko/pull/1053))
+* add onErrorComplete stream operator ([PR913](https://github.com/apache/incubator-pekko/pull/913))
+* add support for `for` comprehensions ([PR935](https://github.com/apache/incubator-pekko/pull/935))
+* add Sink.exists operator ([PR990](https://github.com/apache/incubator-pekko/pull/990))
+* add Sink.forall operator ([PR989](https://github.com/apache/incubator-pekko/pull/989))
+
+[Add More Details]
+
+### Removed
+
+* The pekko-protobuf jar is no longer published. The pekko-protobuf-v3 jar is still published ([PR489](https://github.com/apache/incubator-pekko/pull/489))
+
+### Other Changes
+
+* Scala 2 inline optimizer has been enabled
+* Classic Remoting was updated to use Netty 4 instead of Netty 3 ([PR643](https://github.com/apache/incubator-pekko/pull/643))
+* Support configuration for Jackson Recycler Pool ([PR1192](https://github.com/apache/incubator-pekko/pull/1192))
+* pekko-multi-node-testkit was changed to use Netty 4 instead of Netty 3 ([PR539](https://github.com/apache/incubator-pekko/pull/539))
+* add junit5 support to pekko-testkit-typed ([PR751](https://github.com/apache/incubator-pekko/pull/751))
+* Some performance changes in the Stream code ([PR48](https://github.com/apache/incubator-pekko/pull/48), [PR49](https://github.com/apache/incubator-pekko/pull/49), [PR278](https://github.com/apache/incubator-pekko/pull/278), [PR363](https://github.com/apache/incubator-pekko/pull/363), [PR408](https://github.com/apache/incubator-pekko/pull/408), [PR983](https://github.com/apache/incubator-pekko/pull/983), [PR1027](https://github.com/apache/incubator-pekko/pull/1027))

Review Comment:
   adding now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#issuecomment-2004154113

   Let's wait until merging since https://github.com/apache/incubator-pekko/pull/981 is on the horizon of being completed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#issuecomment-2004186729

   > We don't typically merge these until after the release is approved. We can link this PR in the vote email.
   
   Yes I know, just leaving it here as a note so we don't forget it in the notes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1527736411


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))
+
+### Additional APIs
+
+* Add asInputStream to ByteString ([PR1085](https://github.com/apache/incubator-pekko/pull/1085))
+
+The Stream API has been updated to add some extra functions. 
+
+* add collectFirst stream operator ([PR984](https://github.com/apache/incubator-pekko/pull/984))
+* add collectWhile stream operator ([PR957](https://github.com/apache/incubator-pekko/pull/957))
+* add dimap stream operator ([PR942](https://github.com/apache/incubator-pekko/pull/942))
+* add flatten stream operator ([PR937](https://github.com/apache/incubator-pekko/pull/937))
+* add flattenMerge stream operator ([PR945](https://github.com/apache/incubator-pekko/pull/945))
+* add foldWhile stream operator ([PR1012](https://github.com/apache/incubator-pekko/pull/1012))
+* add mapAsyncPartitioned / mapAsyncPartitionedUnordered stream operators ([PR561](https://github.com/apache/incubator-pekko/pull/561))
+* add mapWithResource stream operator ([PR931](https://github.com/apache/incubator-pekko/pull/931), [PR1053](https://github.com/apache/incubator-pekko/pull/1053))
+* add onErrorComplete stream operator ([PR913](https://github.com/apache/incubator-pekko/pull/913))
+* add support for `for` comprehensions ([PR935](https://github.com/apache/incubator-pekko/pull/935))
+* add Sink.exists operator ([PR990](https://github.com/apache/incubator-pekko/pull/990))
+* add Sink.forall operator ([PR989](https://github.com/apache/incubator-pekko/pull/989))
+
+[Add More Details]
+
+### Removed
+
+* The pekko-protobuf jar is no longer published. The pekko-protobuf-v3 jar is still published ([PR489](https://github.com/apache/incubator-pekko/pull/489))
+
+### Other Changes
+
+* Scala 2 inline optimizer has been enabled
+* Classic Remoting was updated to use Netty 4 instead of Netty 3 ([PR643](https://github.com/apache/incubator-pekko/pull/643))
+* Support configuration for Jackson Recycler Pool ([PR1192](https://github.com/apache/incubator-pekko/pull/1192))
+* pekko-multi-node-testkit was changed to use Netty 4 instead of Netty 3 ([PR539](https://github.com/apache/incubator-pekko/pull/539))
+* add junit5 support to pekko-testkit-typed ([PR751](https://github.com/apache/incubator-pekko/pull/751))
+* Some performance changes in the Stream code ([PR48](https://github.com/apache/incubator-pekko/pull/48), [PR49](https://github.com/apache/incubator-pekko/pull/49), [PR278](https://github.com/apache/incubator-pekko/pull/278), [PR363](https://github.com/apache/incubator-pekko/pull/363), [PR408](https://github.com/apache/incubator-pekko/pull/408), [PR983](https://github.com/apache/incubator-pekko/pull/983), [PR1027](https://github.com/apache/incubator-pekko/pull/1027))

Review Comment:
   https://github.com/apache/incubator-pekko/pull/252 is a behavior change, @mdedetrich , should be included into the release note too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1527737200


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))

Review Comment:
   https://github.com/apache/incubator-pekko/pull/1156



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [pekko]

Posted by "nvollmar (via GitHub)" <gi...@apache.org>.
nvollmar commented on code in PR #1204:
URL: https://github.com/apache/pekko/pull/1204#discussion_r1591786459


##########
docs/src/main/paradox/release-notes/releases-1.0.md:
##########
@@ -0,0 +1,78 @@
+# Release Notes (1.0.x)
+
+## 1.0.3-M1
+This is milestone release and is aimed at testing some new support for users who want to add Pekko nodes to an existing Akka cluster. This support is experimental. This release should not be used in production.
+
+### Bug Fixes
+
+* Fix StackOverflowError in ByteStringBuilder.addAll ([PR903](https://github.com/apache/pekko/pull/903))
+* Fix issue with possible int overflow in snapshot interval calculation ([PR1088](https://github.com/apache/pekko/pull/1088))

Review Comment:
   Maybe mention #1183
   This is quite an annoying bug when running larger Pekko clusters in k8s.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1528163148


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))
+
+### Additional APIs
+
+* Add asInputStream to ByteString ([PR1085](https://github.com/apache/incubator-pekko/pull/1085))
+
+The Stream API has been updated to add some extra functions. 
+
+* add collectFirst stream operator ([PR984](https://github.com/apache/incubator-pekko/pull/984))
+* add collectWhile stream operator ([PR957](https://github.com/apache/incubator-pekko/pull/957))
+* add dimap stream operator ([PR942](https://github.com/apache/incubator-pekko/pull/942))
+* add flatten stream operator ([PR937](https://github.com/apache/incubator-pekko/pull/937))
+* add flattenMerge stream operator ([PR945](https://github.com/apache/incubator-pekko/pull/945))
+* add foldWhile stream operator ([PR1012](https://github.com/apache/incubator-pekko/pull/1012))
+* add mapAsyncPartitioned / mapAsyncPartitionedUnordered stream operators ([PR561](https://github.com/apache/incubator-pekko/pull/561))
+* add mapWithResource stream operator ([PR931](https://github.com/apache/incubator-pekko/pull/931), [PR1053](https://github.com/apache/incubator-pekko/pull/1053))
+* add onErrorComplete stream operator ([PR913](https://github.com/apache/incubator-pekko/pull/913))
+* add support for `for` comprehensions ([PR935](https://github.com/apache/incubator-pekko/pull/935))
+* add Sink.exists operator ([PR990](https://github.com/apache/incubator-pekko/pull/990))
+* add Sink.forall operator ([PR989](https://github.com/apache/incubator-pekko/pull/989))
+
+[Add More Details]
+
+### Removed
+
+* The pekko-protobuf jar is no longer published. The pekko-protobuf-v3 jar is still published ([PR489](https://github.com/apache/incubator-pekko/pull/489))
+
+### Other Changes
+
+* Scala 2 inline optimizer has been enabled
+* Classic Remoting was updated to use Netty 4 instead of Netty 3 ([PR643](https://github.com/apache/incubator-pekko/pull/643))
+* Support configuration for Jackson Recycler Pool ([PR1192](https://github.com/apache/incubator-pekko/pull/1192))
+* pekko-multi-node-testkit was changed to use Netty 4 instead of Netty 3 ([PR539](https://github.com/apache/incubator-pekko/pull/539))
+* add junit5 support to pekko-testkit-typed ([PR751](https://github.com/apache/incubator-pekko/pull/751))
+* Some performance changes in the Stream code ([PR48](https://github.com/apache/incubator-pekko/pull/48), [PR49](https://github.com/apache/incubator-pekko/pull/49), [PR278](https://github.com/apache/incubator-pekko/pull/278), [PR363](https://github.com/apache/incubator-pekko/pull/363), [PR408](https://github.com/apache/incubator-pekko/pull/408), [PR983](https://github.com/apache/incubator-pekko/pull/983), [PR1027](https://github.com/apache/incubator-pekko/pull/1027))

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on code in PR #1204:
URL: https://github.com/apache/incubator-pekko/pull/1204#discussion_r1528136375


##########
docs/src/main/paradox/release-notes/releases-1.1.md:
##########
@@ -0,0 +1,55 @@
+# Release Notes (1.1.x)
+
+## 1.1.0-M1
+
+Release notes for Apache Pekko 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/incubator-pekko/milestone/2?closed=1) for fuller list of changes.
+
+### 1.0.x changes
+
+Apache Pekko 1.1.0-M1 contains all the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md), with the exception of the changes to support interacting with Akka remote and cluster instances ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)).
+
+### Bug Fixes
+
+* in TlsActor, flush data to user only after handshake has finished ([PR1128](https://github.com/apache/incubator-pekko/pull/1128))

Review Comment:
   adding 1156 - 1088 is listed as a fix in 1.0.x and this page starts by saying all 1.0.x changes are included in 1.1.0-M1



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] release notes for 1.1.0-M1 [pekko]

Posted by "nvollmar (via GitHub)" <gi...@apache.org>.
nvollmar commented on code in PR #1204:
URL: https://github.com/apache/pekko/pull/1204#discussion_r1591786459


##########
docs/src/main/paradox/release-notes/releases-1.0.md:
##########
@@ -0,0 +1,78 @@
+# Release Notes (1.0.x)
+
+## 1.0.3-M1
+This is milestone release and is aimed at testing some new support for users who want to add Pekko nodes to an existing Akka cluster. This support is experimental. This release should not be used in production.
+
+### Bug Fixes
+
+* Fix StackOverflowError in ByteStringBuilder.addAll ([PR903](https://github.com/apache/pekko/pull/903))
+* Fix issue with possible int overflow in snapshot interval calculation ([PR1088](https://github.com/apache/pekko/pull/1088))

Review Comment:
   Maybe mention #1183
   This is quite an annoying bug when running larger Pekko clusters in k8s.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org