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:
KsqlEngineis requested to execute a statementSandboxedExecutionContextis requested to execute a statementInteractiveStatementExecutoris requested to execute a KsqlPlanValidatedCommandFactoryis requested to createForPlannedQuery