Skip to content

Commit

Permalink
Change dblogs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefink committed Jul 8, 2022
1 parent b74cb70 commit 8dc98bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/conf/datasage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ adaptors:

integrations:
kafka:
- topic: dblogs
- topic: datasage-logs
broker: 127.0.0.1
port: 9092
rpc:
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: run-kafka-server run-grpc-server

run-kafka-server:
docker-compose -f ./resources/docker-compose.yaml up -d
docker exec broker kafka-topics --bootstrap-server broker:9092 --create --topic dblogs
docker exec broker kafka-topics --bootstrap-server broker:9092 --create --topic datasage-logs

run-grpc-server:
go run server/grpc_server.go
Expand Down
2 changes: 1 addition & 1 deletion test/src/conf/datasage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ adaptors:

integrations:
kafka:
- topic: dblogs
- topic: datasage-logs
broker: 127.0.0.1
port: 9092
rpc:
Expand Down

0 comments on commit 8dc98bf

Please sign in to comment.