Synchronously writes batches of records to a Nominal data source. This endpoint bypasses the Channel Writer service entirely, and should only be used if the implications are well understood.
If you call this endpoint, writes will go directly into Nominal DB and will not be placed in Nominal’s durable queue. This results in lower latency, but also consequently lower durability.
Should typically be set to false. If enabled, the server handles batching of requests. Request latency will be slower, but overall throughput will be faster if requests are sent in parallel. Defaults to false if not specified.