You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous api I could do GET on /api/topic/rebalance to get the rebalance task status, now only POST is defined
POST /api/topic/rebalance
java.lang.NullPointerException
at ly.stealth.mesos.kafka.scheduler.Expr$.expandTopics(Expr.scala:168)
at ly.stealth.mesos.kafka.scheduler.http.api.TopicApiComponentImpl$TopicApiImpl.rebalance(TopicApi.scala:126)
The text was updated successfully, but these errors were encountered:
In previous api I could do GET on /api/topic/rebalance to get the rebalance task status, now only POST is defined
POST /api/topic/rebalance
java.lang.NullPointerException
at ly.stealth.mesos.kafka.scheduler.Expr$.expandTopics(Expr.scala:168)
at ly.stealth.mesos.kafka.scheduler.http.api.TopicApiComponentImpl$TopicApiImpl.rebalance(TopicApi.scala:126)
The text was updated successfully, but these errors were encountered: