Skip to content

DAR-107 — ThirdWeb wallet.created Kafka publisher with DLT fallback

  • ThirdwebWalletEventPublisher now routes failed events to thirdweb.wallet.created.DLT when the Kafka broker rejects a send after exhausting the 3 producer-level retries (acks=all, retries=3, max.in.flight.requests.per.connection=1)
  • Added wallet-created-dlt topic config driven by KAFKA_TOPIC_WALLET_CREATED_DLT env var (default: thirdweb.wallet.created.DLT)
  • Disabled mock mode in application-local.yml to allow real ThirdWeb Engine testing locally

Closes DAR-107

Rapports de requête de fusion