He-Pin commented on code in PR #3023:
URL: https://github.com/apache/pekko/pull/3023#discussion_r3330814160


##########
build.sbt:
##########
@@ -423,6 +424,9 @@ lazy val remote =
     .settings(OSGi.remote)
     .settings(Protobuf.settings)
     .settings(Test / parallelExecution := false)
+    .settings(mimaBinaryIssueFilters ++= Seq(
+      // CountMinSketch was INTERNAL API, replaced by FastFrequencySketch
+      
ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.remote.artery.compress.CountMinSketch")))

Review Comment:
   Yes, this should be 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to