我需要在重试时实现一个逻辑。入站端点将消息推送到Rest (出站)。如果其余部分不可用,我需要重试一次,并将其放入队列中。但是第二个即将到来的消息不应该进行任何重试,它必须直接将消息放到队列中,直到REST服务可用为止。
一旦服务可用,我需要通过批处理作业将所有消息从队列推送到REST service (在排序中)。如果我一直使用到成功,它会对每条消息进行重试并放入队列。Plm是第
我得到了这个运行时错误,我不理解它背后的原因。com.google.firebase.firestore.FirebaseFirestoreException: Failed to get document because the client is下面是我尝试从云Firestore获取数据的活动中的代码
DocumentReference docRef = db.collection("room-id-1").document("participan-name