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 15a3142 commit 25f1cc8Copy full SHA for 25f1cc8
examples/kafka/kafka_event_streaming_source.py
@@ -56,7 +56,7 @@
56
# Log all events from stream-attached sources.
57
stream >> (lambda event: print('LOG:', event))
58
59
-# Event source config.
+# Event source configuration.
60
source_config = dict(
61
kind='http-source',
62
url='https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL',
0 commit comments