Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
(slow in answering so a bit of redundancy from the prev message) We indeed don't have a guide/example on how to implement a custom channel. This is targeted towards advanced users who might need such a thing in e.g. the embedded world. Our client implementation supports all four RPC types

Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Alexey Edelev via Development
Hi, For gRPC we have the similar API overview and guidance here: https://doc-snapshots.qt.io/qt6-dev/qtgrpc-service-client-methods.html For Protobuf we probably might want to introduce the similar thing. I will try to manage this request ASAP. Regards, Alexey

Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Fabian Kosmale via Development
Hi, before diving into the API: Do we have more recent documentation than https://doc-snapshots.qt.io/qt6-dev/qtprotobuf-index.html? I have the following issue: The API provides both a set of abstract interfaces which can be used to _implement_ grpc support, as well as an actual implementation

[Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
Hey everyone, The new QtProtobuf and QtGrpc modules are preparing to exit the technical preview phase. For that, these modules require their final API review for Qt 6.8 to iron out any remaining issues, so that we can finalize the API with its current features for us and our users. We

[Development] Introducing API Change Review Bot

2024-04-22 Thread Daniel Smith via Development
Hi all, It's likely that you've already been introduced to QtAPIReviewBot, but in case you haven't, I think the Proof-of-Concept has settled enough to start a discussion about our API Review process which now includes this bot. In addition to the new bot commenting on changes, we still carry