Documentation
¶
Overview ¶
Package kafka exposes the Kafka workload used by the kafka integration E2E scenario. It runs a single KRaft-mode Kafka broker in Docker Compose plus seed-topic and continuous producer/consumer workload containers, so the host-resident Datadog Agent's JMX "kafka" check has a live broker to monitor over JMX at localhost:9999.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerComposeManifest = docker.ComposeInlineManifest{ Name: "kafka", Content: pulumi.String(dockerComposeYAML), }
DockerComposeManifest deploys a KRaft-mode Kafka broker plus seed-topic and continuous producer/consumer workload containers. The compose manifest is self-contained (no host bind mounts), so the scenario can pass it straight to the docker manager's ComposeStrUp.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.