Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Protobuf and Slice stream services #11

Merged
merged 3 commits into from
Apr 12, 2024
Merged

Conversation

externl
Copy link
Member

@externl externl commented Apr 9, 2024

This PR adds the Protobuf and Slice Stream services. The services are copied from IceRPC C# examples verbatim aside from namespace changes.

@externl externl marked this pull request as ready for review April 9, 2024 19:54
@externl externl changed the title Add protobuf and slice stream services Add Protobuf and Slice stream services Apr 9, 2024
README.md Outdated
| [Protobuf Greeter](./src/proto/greeter.proto) | `/visitor_center.Greeter` | A simple service that greets visitors | [C# Secure](https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/protobuf/Secure/Client) <br>[C# QUIC](https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/protobuf/Quic/Client) |
| Service | Path | Description | Example Clients |
| ---------------------------------------------- | --------------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Slice Greeter](./src//slice/Greeter.slice) | `/VisitorCenter.Greeter` | A simple service that greets visitors | [C# Secure](https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/slice/Secure/Client) <br>[C# QUIC](https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/slice/Quic/Client) |
Copy link
Member

Choose a reason for hiding this comment

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

I would give different names to the Slice and Protobuf clients, e.g.
C# Slice Secure, C# Protobuf Secure, ...

@@ -0,0 +1,10 @@
// Copyright (c) ZeroC, Inc.
[cs::namespace("Hello.Stream.Slice")]
Copy link
Member

Choose a reason for hiding this comment

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

I would insert a blank like after the copyright.

@externl externl merged commit ca527c2 into icerpc:main Apr 12, 2024
3 checks passed
@externl externl deleted the stream branch April 12, 2024 14:36
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