I noticed that the metrics always use scope.topic() after #224.
I think it's useful to keep metrics separate between normal topic and retry topic. This change will use scope.topicPartition().topic() to use the retry topic name for metrics when handling the retry topic.
scope.topic()
after #224.scope.topicPartition().topic()
to use the retry topic name for metrics when handling the retry topic.