Skip to content

Commit

Permalink
chore(kafka): Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Nov 1, 2024
1 parent 9bbf08e commit fb4dab3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/kafka/.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set -e

kafka-topics.sh --list --bootstrap-server localhost:9092
6 changes: 6 additions & 0 deletions tests/kafka/devenv.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
services.kafka = {
enable = true;
};
}

0 comments on commit fb4dab3

Please sign in to comment.