numinnex commented on code in PR #2299:
URL: https://github.com/apache/iggy/pull/2299#discussion_r2483773216
##########
foreign/node/src/wire/topic/create-topic.command.ts:
##########
@@ -32,7 +32,7 @@ import {
export type CreateTopic = {
streamId: Id,
- topicId: number,
+ topicId?: number, // Optional - auto-assigned by server if not provided
Review Comment:
Those are removed.
Not only for topic but also for `CreateStream` and `CreateConsumerGroup`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]