Anh Le (Andy)
Anh Le (Andy)
@vietj Do you need any help to resolve this issue?
@kawasakizx10rr I think you have problems with protoc installation
@Ehesp Any chance to integrate with https://github.com/xinthink/react-native-material-kit?
@ppatierno Following this [post](https://news.ycombinator.com/item?id=15604686), I think we should have checks in the [loop](https://github.com/vert-x3/vertx-kafka-client/blob/master/src/main/java/io/vertx/kafka/client/producer/impl/KafkaProducerImpl.java#L158-L171) ```java for (org.apache.kafka.common.PartitionInfo kafkaPartitionInfo: done.result()) { PartitionInfo partitionInfo = new PartitionInfo(); partitionInfo .setInSyncReplicas( Stream.of(kafkaPartitionInfo.inSyncReplicas()).map(Helper::from).collect(Collectors.toList())) .setLeader(Helper.from(kafkaPartitionInfo.leader())) // ->...
I've got a smooth experience with the effect [react-native-material-kit](https://github.com/xinthink/react-native-material-kit).
@msfussell this one: https://github.com/dapr/cli/pull/860
Btw, hi @hhunter-ms. Looks like you will handle this issue
@TKNgu cảm ơn bạn đã tạo issue. Bạn có thể làm PR giúp tụi mình luôn đc ko?
@vietj Is `pause` a good way to handle slow consumers? Under a certain case, invoking `pause` will trigger operations on revoking/assigning paritions, right?