ConfiguredKsqlPlan¶
ConfiguredKsqlPlan
is a KsqlPlan with a SessionConfig.
Creating Instance¶
ConfiguredKsqlPlan
takes the following to be created:
ConfiguredKsqlPlan
is created using of utility.
of¶
ConfiguredKsqlPlan of(
KsqlPlan plan,
SessionConfig config
)
of
creates a ConfiguredKsqlPlan.
of
is used when:
KsqlEngine
is requested to execute a statementSandboxedExecutionContext
is requested to execute a statementInteractiveStatementExecutor
is requested to execute a KsqlPlanValidatedCommandFactory
is requested to createForPlannedQuery