Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka Publisher #17

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove doppler run from script
  • Loading branch information
akshay-ghy committed Sep 11, 2023
commit 5c669980be6afde19b2f877e143592bb3b1f2148
2 changes: 1 addition & 1 deletion start-kafka-streaming.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash
source /root/zilliqa-etl/bin/activate
doppler run --scope '/root/zilliqa-etl' -- zilliqaetl stream --provider-uri $ZILLIQA_PROVIDER_URI -o kafka -t producer-zilliqa -ts hot -l /root/zilliqa-etl/last_synced_block.txt
zilliqaetl stream --provider-uri $ZILLIQA_PROVIDER_URI -o kafka -t producer-zilliqa -ts hot -l '/root/zilliqa-etl/last_synced_block.txt'