T1B0 commented on code in PR #2299:
URL: https://github.com/apache/iggy/pull/2299#discussion_r2483768291
##########
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:
topicId marked "optional" in Type but it is removed from serialize just
below - is it optionnal or always server-generated ?
--
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]