Пример #1
0
 public Consumer Stop()
 {
     _stopped = true;
     _commitConsumeOffsetService.Stop();
     _rebalanceService.Stop();
     _pullMessageService.Stop();
     _clientService.Stop();
     _logger.InfoFormat("{0} stopped.", GetType().Name);
     return(this);
 }