Skip to content

Commit

Permalink
docs: intent for klip-44: ksqlDB Go client (#6825)
Browse files Browse the repository at this point in the history
Co-authored-by: Vance Longwill <[email protected]>
  • Loading branch information
VanceLongwill and VanceLongwill authored Jan 11, 2021
1 parent ae14fca commit 74fc786
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 46 deletions.
93 changes: 47 additions & 46 deletions design-proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,50 +37,51 @@ This is the guts of our improvement proposal process:

The progression of statuses should be: Proposal, Discussion, Approved, Merged

Next KLIP number: **44**
Next KLIP number: **45**

| KLIP | Status | Community Release | CP Release | Discussion PR |
|------------------------------------------------------------------------------------------------------|:--------------:|:-----------------:|:----------:|:--------------|
| [KLIP-X: Template](klip-template.md) | - | - | - | - |
| [KLIP-1: Improve UDF Interfaces](klip-1-improve-udf-interfaces.md) | Approved | | | |
| [KLIP-2: Insert Into Semantics](klip-2-produce-data.md) | Merged | - | 5.3 | |
| [KLIP-3: Serialization of single Fields](klip-3-serialization-of-single-fields.md) | Approved | | | |
| [KLIP-4: Custom Type Registry](klip-4-custom-types.md) | Merged | - | 5.4 | |
| [KLIP-6: Execution Plans](klip-6-execution-plans.md) | Merged | 0.8.0 | 5.5 | |
| [KLIP-7: Kafka Connect Integration](klip-7-connect-integration.md) | Merged | - | 5.4 | |
| [KLIP-8: Queryable State Stores](klip-8-queryable-state-stores.md) | Merged | - | 5.4 | |
| [KLIP-9: Table Functions](klip-9-table-functions.md) | Merged | - | 5.4 | |
| [KLIP-10: Suppress](klip-10-suppress.md) | Proposal | | | |
| [KLIP-11: Redesign KSQL query language](klip-11-DQL.md) | Proposal | | | |
| [KLIP-12: Implement High-Availability for Pull queries](klip-12-pull-high-availability.md) | Proposal | | | |
| [KLIP-13: Expose Connect Worker Properties](klip-13-introduce-KSQL-command-to-print-connect-worker-properties-to-the-console.md) | Merged | 0.8.0 | 5.5.0 | |
| [KLIP-14: ROWTIME as Pseudocolumn](klip-14-rowtime-as-pseudocolumn.md) | Merged | 0.9 | 6.0.0 | |
| [KLIP-15: KSQLDB new API and Client](klip-15-new-api-and-client.md) | Proposal | | | |
| [KLIP-16: Introduce 'K$' dynamic views | Proposal | | | |
| [KLIP-17: Remove 'INSERT INTO' in favour of SQL Union](klip-17-sql-union.md) | Proposed | | | [Discussion](https://github.com/confluentinc/ksql/pull/4125) |
| [KLIP-18: Distributed Metastore](klip-18-distributed-metastore.md) | Proposal | | | |
| [KLIP-19: Introduce Materialize Views](klip-19-materialize-views.md) | Proposal | | | |
| [KLIP-20: Remove 'TERMINATE' statements](klip-20_remove_terminate.md) | Proposal | | | |
| [KLIP-21: Correct 'INSERT VALUES' semantics](klip-21_correct_insert_values_semantics.md) | Proposal | | | |
| KLIP-22: Add consumer group id to CREATE STREAM and CREATE TABLE DSL | Proposal | | | |
| [KLIP-23: PRIMARY KEYs for tables](klip-23-primary-keys-for-tables.md) | Merged | 0.9.0 | 6.0.0 | |
| [KLIP-24: KEY column semantics in queries](klip-24-key-column-semantics-in-queries.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-25: Removal of `WITH(KEY)` syntax](klip-25-removal-of-with-key-syntax.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-26: Java client interfaces](klip-26-java-client-interfaces.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-27: Enhanced UDF Configuration Options](klip-27-enhanced-udf-configuration-options.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/5269) |
| [KLIP-28: Introduce 'CREATE OR REPLACE' for Query Upgrades](klip-28-create-or-replace.md) | Approved | 0.12.0 | | [Discussion](https://github.com/confluentinc/ksql/pull/5611) |
| [KLIP-29: Explicit Table Primary Keys and Key-less Streams]( klip-29-explicit-keys.md) | Merged | 0.10.0 | 6.0.0 | [Discussion](https://github.com/confluentinc/ksql/pull/5530) |
| [KLIP-30: Lambda Functions](klip-30-lambda-functions.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/5661) |
| [KLIP-31: Metastore Backups](klip-31-metastore-backups.md) | Merged | 0.11.0 | 6.0.0 | [Discussion](https://github.com/confluentinc/ksql/pull/5741)|
| [KLIP-32: SQL-based testing tool](klip-32-sql-testing-tool.md) | Proposal | | | |
| [KLIP-33: Key format](klip-33-key-format.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6017) |
| KLIP-34: Optional WITH for CREATE TABLE and CREATE STREAM | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/6065) |
| KLIP-35: Dynamic Processing Log Levels | Proposal | | | |
| [KLIP-36: GRACE period for stream-stream joins](klip-36-grace-stream-stream-joins.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6175)|
| KLIP-36: GRACE period for stream-stream joins | Proposal | | | |
| KLIP-37: System Tables | Proposal | | | |
| [KLIP-38: Variable Substitution](klip-38-variable-substitution.md) | Merged | 0.14.0 | 6.1.0 | [Discussion](https://github.com/confluentinc/ksql/pull/6259) |
| KLIP-39: Prepared Statements for Java Client | Proposal | | | |
| [KLIP-41: ksqlDB .NET Client](klip-41-ksqldb-.net-client.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/6613)|
| KLIP-42: Schema Migrations Tool | Proposal | | | |
| [KLIP-43: TIMESTAMP data type support ](klip-43-timestamp-data-type-support.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6649) |
| KLIP | Status | Community Release | CP Release | Discussion PR |
|----------------------------------------------------------------------------------------------------------------------------------|:--------:|:-----------------:|:----------:|--------------------------------------------------------------|
| [KLIP-X: Template](klip-template.md) | - | - | - | - |
| [KLIP-1: Improve UDF Interfaces](klip-1-improve-udf-interfaces.md) | Approved | | | |
| [KLIP-2: Insert Into Semantics](klip-2-produce-data.md) | Merged | - | 5.3 | |
| [KLIP-3: Serialization of single Fields](klip-3-serialization-of-single-fields.md) | Approved | | | |
| [KLIP-4: Custom Type Registry](klip-4-custom-types.md) | Merged | - | 5.4 | |
| [KLIP-6: Execution Plans](klip-6-execution-plans.md) | Merged | 0.8.0 | 5.5 | |
| [KLIP-7: Kafka Connect Integration](klip-7-connect-integration.md) | Merged | - | 5.4 | |
| [KLIP-8: Queryable State Stores](klip-8-queryable-state-stores.md) | Merged | - | 5.4 | |
| [KLIP-9: Table Functions](klip-9-table-functions.md) | Merged | - | 5.4 | |
| [KLIP-10: Suppress](klip-10-suppress.md) | Proposal | | | |
| [KLIP-11: Redesign KSQL query language](klip-11-DQL.md) | Proposal | | | |
| [KLIP-12: Implement High-Availability for Pull queries](klip-12-pull-high-availability.md) | Proposal | | | |
| [KLIP-13: Expose Connect Worker Properties](klip-13-introduce-KSQL-command-to-print-connect-worker-properties-to-the-console.md) | Merged | 0.8.0 | 5.5.0 | |
| [KLIP-14: ROWTIME as Pseudocolumn](klip-14-rowtime-as-pseudocolumn.md) | Merged | 0.9 | 6.0.0 | |
| [KLIP-15: KSQLDB new API and Client](klip-15-new-api-and-client.md) | Proposal | | | |
| [KLIP-16: Introduce 'K$' dynamic views | Proposal | | | |
| [KLIP-17: Remove 'INSERT INTO' in favour of SQL Union](klip-17-sql-union.md) | Proposed | | | [Discussion](https://github.com/confluentinc/ksql/pull/4125) |
| [KLIP-18: Distributed Metastore](klip-18-distributed-metastore.md) | Proposal | | | |
| [KLIP-19: Introduce Materialize Views](klip-19-materialize-views.md) | Proposal | | | |
| [KLIP-20: Remove 'TERMINATE' statements](klip-20_remove_terminate.md) | Proposal | | | |
| [KLIP-21: Correct 'INSERT VALUES' semantics](klip-21_correct_insert_values_semantics.md) | Proposal | | | |
| KLIP-22: Add consumer group id to CREATE STREAM and CREATE TABLE DSL | Proposal | | | |
| [KLIP-23: PRIMARY KEYs for tables](klip-23-primary-keys-for-tables.md) | Merged | 0.9.0 | 6.0.0 | |
| [KLIP-24: KEY column semantics in queries](klip-24-key-column-semantics-in-queries.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-25: Removal of `WITH(KEY)` syntax](klip-25-removal-of-with-key-syntax.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-26: Java client interfaces](klip-26-java-client-interfaces.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-27: Enhanced UDF Configuration Options](klip-27-enhanced-udf-configuration-options.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/5269) |
| [KLIP-28: Introduce 'CREATE OR REPLACE' for Query Upgrades](klip-28-create-or-replace.md) | Approved | 0.12.0 | | [Discussion](https://github.com/confluentinc/ksql/pull/5611) |
| [KLIP-29: Explicit Table Primary Keys and Key-less Streams]( klip-29-explicit-keys.md) | Merged | 0.10.0 | 6.0.0 | [Discussion](https://github.com/confluentinc/ksql/pull/5530) |
| [KLIP-30: Lambda Functions](klip-30-lambda-functions.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/5661) |
| [KLIP-31: Metastore Backups](klip-31-metastore-backups.md) | Merged | 0.11.0 | 6.0.0 | [Discussion](https://github.com/confluentinc/ksql/pull/5741) |
| [KLIP-32: SQL-based testing tool](klip-32-sql-testing-tool.md) | Proposal | | | |
| [KLIP-33: Key format](klip-33-key-format.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6017) |
| KLIP-34: Optional WITH for CREATE TABLE and CREATE STREAM | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/6065) |
| KLIP-35: Dynamic Processing Log Levels | Proposal | | | |
| [KLIP-36: GRACE period for stream-stream joins](klip-36-grace-stream-stream-joins.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6175) |
| KLIP-36: GRACE period for stream-stream joins | Proposal | | | |
| KLIP-37: System Tables | Proposal | | | |
| [KLIP-38: Variable Substitution](klip-38-variable-substitution.md) | Merged | 0.14.0 | 6.1.0 | [Discussion](https://github.com/confluentinc/ksql/pull/6259) |
| KLIP-39: Prepared Statements for Java Client | Proposal | | | |
| [KLIP-41: ksqlDB .NET Client](klip-41-ksqldb-.net-client.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/6613) |
| KLIP-42: Schema Migrations Tool | Proposal | | | |
| [KLIP-43: TIMESTAMP data type support ](klip-43-timestamp-data-type-support.md) | Approved | | | [Discussion](https://github.com/confluentinc/ksql/pull/6649) |
| [KLIP-44: ksqlDB Go client](klip-44-ksqldb-golang-client.md) | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/6825) |
Loading

0 comments on commit 74fc786

Please sign in to comment.