| | |
| | | import com.java110.core.context.BusinessServiceDataFlow; |
| | | import com.java110.core.factory.DataTransactionFactory; |
| | | import org.apache.kafka.clients.consumer.ConsumerRecord; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.kafka.annotation.KafkaListener; |
| | | |
| | |
| | | */ |
| | | public class CommentServiceKafka extends BaseController { |
| | | |
| | | protected final static Logger logger = LoggerFactory.getLogger(CommentServiceKafka.class); |
| | | |
| | | |
| | | @Autowired |
| | | private ICommentServiceSMO commentServiceSMOImpl; |
| | | |