Example #1
0
 public IEnumerable <TopicPartition> GetConsumerAssignment(Guid consumerId, [Required] string token)
 {
     return(_service.GetConsumerAssignment(consumerId, token));
 }