We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4d866 commit 15c5a63Copy full SHA for 15c5a63
Makefile
@@ -302,8 +302,8 @@ fdset:
302
@echo -e "building fdset files \033[1;33m==>\033[0m \033[1;34m./common/protos\033[0m"
303
304
@mkdir -p fdset
305
- @cd common/protos && protoc -I.. -I. -o events.fdset events.proto && cd ../..
306
- @mv common/protos/events.fdset fdset
+ @cd common/protos && protoc -I.. -I. -o common.fdset common.proto && protoc -I.. -I. -o events.fdset events.proto && cd ../..
+ @mv common/protos/*.fdset fdset
307
308
@echo -e "to consume with \033[1;33mhttps://github.com/sevagh/pq\033[0m: FDSET_PATH=./fdset pq kafka aliecs.environment --brokers kafka-broker-hostname:9092 --beginning --msgtype events.Event"
309
0 commit comments