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
首页点击+号,点击新建生产者,代码里面查询非trace的topic有问题,TopicDao的selectNoneTraceableTopic应写为select * from topic t where trace_enabled not in (select id from cluster where trace_enabled = 1)
The text was updated successfully, but these errors were encountered:
首页点击+号,点击新建生产者,代码里面查询非trace的topic有问题,TopicDao的selectNoneTraceableTopic应写为select * from topic t where trace_enabled not in (select id from cluster where trace_enabled = 1)
The text was updated successfully, but these errors were encountered: