micronaut-kafka

Reactive and Non-Blocking Method Micronaut with apache kafka

守給你的承諾、 提交于 2021-01-19 08:29:49
问题 I am trying to get the Non-Blocking response from the Micronaut kafka implementation, however the return value in not working. public class ProductManager implements IProductManager{ private final ApplicationContext applicationContext; public ProductManager(ApplicationContext applicationContext) { this.applicationContext = applicationContext; } @Override public ProductViewModel findFreeText(String text) { final ProductViewModel model = new ProductViewModel(); IProductProducer client =

Reactive and Non-Blocking Method Micronaut with apache kafka

橙三吉。 提交于 2021-01-19 08:28:30
问题 I am trying to get the Non-Blocking response from the Micronaut kafka implementation, however the return value in not working. public class ProductManager implements IProductManager{ private final ApplicationContext applicationContext; public ProductManager(ApplicationContext applicationContext) { this.applicationContext = applicationContext; } @Override public ProductViewModel findFreeText(String text) { final ProductViewModel model = new ProductViewModel(); IProductProducer client =