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