Skip to content

Commit

Permalink
Update docs/KustoSink.md
Browse files Browse the repository at this point in the history
Co-authored-by: ohad bitton <[email protected]>
  • Loading branch information
ag-ramachandran and ohadbitt authored Jan 1, 2025
1 parent 5f98035 commit 675fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/KustoSink.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ All the options that can be used in the Kusto Sink can be found in KustoSinkOpti

> **Note** - [Streaming ingestion policy](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/streamingingestionpolicy) must be enabled on the destination table or database and enabled on cluster configuration (see [documentation](https://learn.microsoft.com/azure/data-explorer/ingest-data-streaming?tabs=azure-portal%2Cjava) for details). Streaming ingestion has certain [performance and operational considerations](https://learn.microsoft.com/en-us/azure/data-explorer/ingest-data-streaming?tabs=azure-portal%2Ccsharp#performance-and-operational-considerations) please validate that the scenario for KustoStreaming mode is inline with these limits.
> **Note** : Do not use Stream mode for the sake of streaming as ADX streaming has additional cost and may not be what you need. Spark streaming goes well with Queued mode when developing continuous integration.
> **Note** : Do not use KustoStreaming mode for the sake of streaming as ADX streaming has additional cost and may not be what you need. Spark structured streaming goes well with Queued mode when developing continuous integration.
If a request exceeds this size, it will be broken into multiple appropriately sized chunks.

* **KUSTO_POLLING_ON_DRIVER**:
Expand Down

0 comments on commit 675fd6b

Please sign in to comment.