mirror of https://github.com/apache/druid.git
Fix typo in docs (#5074)
Small fix for the realtime pull docs fix issue #5072
This commit is contained in:
parent
368d03146b
commit
790678f02c
|
@ -12,8 +12,7 @@ the [stream push method](stream-push.html).
|
||||||
Another option is *stream pull*. With this approach, a Druid Realtime Node ingests data from a
|
Another option is *stream pull*. With this approach, a Druid Realtime Node ingests data from a
|
||||||
[Firehose](../ingestion/firehose.html) connected to the data you want to
|
[Firehose](../ingestion/firehose.html) connected to the data you want to
|
||||||
read. The Druid quickstart and tutorials do not include information about how to set up standalone realtime nodes, but
|
read. The Druid quickstart and tutorials do not include information about how to set up standalone realtime nodes, but
|
||||||
they can be used in place for Tranquility server and the indexing service. Please note that Realtime nodes have very properties than
|
they can be used in place for Tranquility server and the indexing service. Please note that Realtime nodes have different properties and roles than the indexing service.
|
||||||
the indexing service.
|
|
||||||
|
|
||||||
## Realtime Node Ingestion
|
## Realtime Node Ingestion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue