kgusakov commented on code in PR #3931:
URL: https://github.com/apache/ignite-3/pull/3931#discussion_r1687196850
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/Replica.java:
##########
@@ -36,6 +37,14 @@ public interface Replica {
@Deprecated(forRemoval = true)
TopologyAwareRaftGroupService raftClient();
+ /**
+ * Returns replica's listener.
+ *
+ * @return Replica's listener.
+ */
+ @Deprecated(forRemoval = true)
+ ReplicaListener listener();
Review Comment:
The tricky part is the the fact, that the ZonePartitionReplicaImpl is the
part of replicator module and I can't use the ZonePartitionReplicaListener cast
or smth else inside it. So, I have no better ideas for now, to be honest
--
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]