Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
doru1004 committed Sep 7, 2021
1 parent 15a3142 commit 25f1cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafka/kafka_event_streaming_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# Log all events from stream-attached sources.
stream >> (lambda event: print('LOG:', event))

# Event source config.
# Event source configuration.
source_config = dict(
kind='http-source',
url='https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL',
Expand Down

0 comments on commit 25f1cc8

Please sign in to comment.