refactor(dynamic): extend Kafka protocol emulator with binary protocol support, Pubsub gRPC emulator, and enhance listener and endpoint handling

This commit is contained in:
elipeter 2026-05-27 14:11:31 -05:00
parent 030b054843
commit 1a0e2d204b
6 changed files with 1530 additions and 106 deletions

View file

@ -577,7 +577,7 @@ fn message_handler_remaining_brokers_emit_delivery_and_ack_events() {
}
#[test]
fn message_handler_remaining_brokers_try_http_emulators_before_loopback() {
fn message_handler_remaining_brokers_keep_http_fallbacks_after_real_clients() {
let cases = [
(
Lang::Python,