File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
init_broker :
4
4
@echo command | date
5
5
@echo Initializing Kafka broker
6
- docker- compose -f docker-compose.yml up -d
6
+ docker compose -f docker-compose.yml up -d
7
7
8
8
shutdown_broker :
9
9
@echo command | date
10
10
@echo Shutting down kafka broker
11
- docker- compose -f docker-compose.yml down
11
+ docker compose -f docker-compose.yml down
12
12
13
13
restore :
14
14
dotnet restore KafkaFlow.sln
@@ -26,5 +26,5 @@ integration_tests:
26
26
@echo command | date
27
27
make init_broker
28
28
@echo Running integration tests
29
- dotnet test tests/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj -c Release --framework netcoreapp3.1 -- logger " console;verbosity=detailed"
29
+ dotnet test tests/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj -c Release --logger " console;verbosity=detailed"
30
30
make shutdown_broker
Original file line number Diff line number Diff line change 1
- version : ' 3'
2
-
3
1
services :
4
2
zookeeper :
5
3
image : confluentinc/cp-zookeeper:7.2.1
You can’t perform that action at this time.
0 commit comments