Package app.l2nx.gs.adapter.core.kafka


package app.l2nx.gs.adapter.core.kafka
  • Class
    Description
    Single source of truth for the Gson used on both sides of the adapter wire — the outbound producer (DefaultKafkaFactory) and the inbound commands consumer (CommandsBootstrap).
    Default KafkaFactory that bridges to NxKafka.configure().build().
    Test seam over the NxKafka.configure().build() singleton bootstrap.
    Bootstraps the nx-gs-kafka singleton from a platform-issued KafkaCredentials.
    Gson TypeAdapter for LocalizedText: reads / writes the flat locale-keyed object form ({"en": "Great Axe", "ru": "Двуручный Топор"}) matching the platform's LocalizedText wire shape.