CommandStoreUtil¶
httpWaitForCommandSequenceNumber¶
void httpWaitForCommandSequenceNumber(
CommandQueue commandQueue,
KsqlRequest request,
Duration timeout)
httpWaitForCommandSequenceNumber...FIXME
httpWaitForCommandSequenceNumber is used when:
KsqlResourceis requested to handleKsqlStatementsStreamedQueryResourceis requested to streamQuery.
waitForCommandSequenceNumber¶
void waitForCommandSequenceNumber(
CommandQueue commandQueue,
KsqlRequest request,
Duration timeout)
waitForCommandSequenceNumber requests the given KsqlRequest for getCommandSequenceNumber and, only if the sequence number is specified, requests the given CommandQueue to ensureConsumedPast.
waitForCommandSequenceNumber is used when:
WSQueryEndpointis requested to executeStreamQueryCommandStoreUtilis requested to httpWaitForCommandSequenceNumber.