Skip to content

Commit 0b3f42b

Browse files
committed
feat: add comprehensive stage descriptions for CreateTopics API
Introduce new stage descriptions for the CreateTopics API, covering various scenarios including handling invalid topic names, partition values, replication factors, and authorization checks. This update enhances the documentation by providing clear guidelines for validation, error handling, and expected responses, ensuring a thorough understanding of the CreateTopics functionality.
1 parent 966dc8d commit 0b3f42b

File tree

3 files changed

+7
-265
lines changed

3 files changed

+7
-265
lines changed

stage_descriptions/stages.yaml renamed to all-stages.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
- CreateTopics with Invalid Request (Duplicate topic names in single request)
1313

1414

15-
1. Topic Name Validation - INVALID_TOPIC_EXCEPTION (17)
16-
- Empty topic name or "." or ".."
17-
- Length > 249 characters
18-
- Invalid characters (only ASCII alphanumerics, '.', '_', '-')
19-
- Internal topic collision detection
15+
1. Topic Name Validation - INVALID_TOPIC_EXCEPTION (17)
16+
- Empty topic name or "." or ".."
17+
- Length > 249 characters
18+
- Invalid characters (only ASCII alphanumerics, '.', '_', '-')
19+
- Internal topic collision detection
2020

2121

2222

23-
Stage CT8: CreateTopics with Invalid Parameters
23+
Stage CTX: CreateTopics with Invalid Parameters
2424
- Handle negative/zero partitions, invalid replication factors
2525
- Duplicate topic names in single request
2626
- Error codes: INVALID_PARTITIONS (37), INVALID_REPLICATION_FACTOR (38)
2727

28-
- CT8: Topic-specific configurations
28+
Stage CTX: Topic-specific configurations
File renamed without changes.

stage_descriptions/createtopics.md

Lines changed: 0 additions & 258 deletions
This file was deleted.

0 commit comments

Comments
 (0)