File: README.md

package info (click to toggle)
golang-github-optiopay-kafka 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 676 kB
  • sloc: sh: 163; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# integration

Integration with kafka & zoopeeker test helpers.

`KafkaCluster` depends on `docker` and `docker-compose` commands.

**IMPORTANT**: Make sure to update `KAFKA_ADVERTISED_HOST_NAME` in
`kafka-docker/docker-compose.yml` before running tests.

## kafka-docker

[kafka-docker](/integration/kafka-docker) directory is copy of
[wurstmeister/kafka-docker](https://github.com/wurstmeister/kafka-docker)
repository.