BewareMyPower commented on code in PR #20677:
URL: https://github.com/apache/pulsar/pull/20677#discussion_r1263629930
##########
pulsar-common/src/main/java/org/apache/pulsar/common/topics/TopicCompactionStrategy.java:
##########
@@ -60,17 +65,27 @@ public interface TopicCompactionStrategy<T> {
*/
boolean shouldKeepLeft(T prev, T cur);
- static TopicCompactionStrategy load(String
topicCompactionStrategyClassName) {
+ default void handleSkippedMessage(String key, T cur) {
+ }
+
+
+ static TopicCompactionStrategy load(String tag, String
topicCompactionStrategyClassName) {
Review Comment:
We should not cherry-pick this public API change to branch-3.0 @Technoboy-
--
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]