Skip to content

Conversation

@amolfnal
Copy link

gRPC for fission

@amolfnal amolfnal requested a review from rneswold November 19, 2025 14:48
Copy link
Contributor

@rneswold rneswold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of commenting-out code and committing it. The git history will tell you what was changed.

Are those commented-out fields going to be re-introduced at a later time? If not, just delete them. We don't have a production-ready FaaS system, so I'd renumber the fields, if you delete the commented ones.

rpc UpdateMessageQueueTrigger(UpdateMQTriggerRequest) returns (GenericResponse);
rpc DeleteMessageQueueTrigger(DeleteMQTriggerRequest) returns (GenericResponse);

// Lust of functions and triggers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"List" of functions. 🤣

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added this features to let user know how many functions and trigger are there

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was giggling at your code comment "Lust of functions". 😄

@amolfnal
Copy link
Author

I will remove the commented part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants