Skip to content

add metrics for subscribe with RebalanceListener1 #124

Description

@nikitapecasa

This is a follow-up task to #122.
Most probably we need to add similar metrics as for subscribe with RebalanceListener

def subscribe(topics: Nes[Topic], listener: Option[RebalanceListener[F]]) = {
  val listener1 = listener.map(rebalanceListener)
  for {
    _ <- count("subscribe", topics.toList)
    r <- self.subscribe(topics, listener1)
  } yield r
}

def subscribe(topics: Nes[Topic], listener: Option[RebalanceListener[F]]) = {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions