[ https://issues.apache.org/jira/browse/KNOX-3146?focusedWorklogId=972113&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-972113 ]
ASF GitHub Bot logged work on KNOX-3146: ---------------------------------------- Author: ASF GitHub Bot Created on: 06/Jun/25 13:33 Start Date: 06/Jun/25 13:33 Worklog Time Spent: 10m Work Description: pzampino commented on code in PR #1049: URL: https://github.com/apache/knox/pull/1049#discussion_r2132211068 ########## gateway-provider-ha/src/main/java/org/apache/knox/gateway/ha/dispatch/CommonHaDispatch.java: ########## @@ -38,14 +40,17 @@ import java.util.List; import java.util.Map; import java.util.Optional; +import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicReference; import java.util.stream.Collectors; -public interface LBHaDispatch { +public interface CommonHaDispatch { Review Comment: I think @hanicz added this LBHaDispatch relatively recently. Issue Time Tracking ------------------- Worklog Id: (was: 972113) Time Spent: 1h (was: 50m) > Failover ability for SSEHaDispatch > ---------------------------------- > > Key: KNOX-3146 > URL: https://issues.apache.org/jira/browse/KNOX-3146 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Affects Versions: 2.2.0 > Reporter: Tamás Hanicz > Assignee: Tamás Hanicz > Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > The failover ability is missing for SSEHaDispatch. It would be beneficial to > add it. -- This message was sent by Atlassian Jira (v8.20.10#820010)