Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / hyperium/tonic issues and pull requests
#1667 - Dynamically named services
Issue -
State: open - Opened by lemma105 8 months ago
#1667 - Dynamically named services
Issue -
State: open - Opened by lemma105 8 months ago
#1667 - Dynamically named services
Issue -
State: open - Opened by lemma105 8 months ago
#1666 - Malformed response for non `Ok` statuses when using `web_tonic` on the server.
Issue -
State: open - Opened by cyanic-selkie 8 months ago
#1666 - Malformed response for non `Ok` statuses when using `web_tonic` on the server.
Issue -
State: open - Opened by cyanic-selkie 8 months ago
#1665 - examples: fix typos
Pull Request -
State: closed - Opened by mwtian 8 months ago
- 1 comment
#1664 - Add gRPC to HTTP status code mapping with `CodeExt`
Pull Request -
State: open - Opened by gibbz00 8 months ago
#1663 - Deprecate redundant `FromAny` test helper trait.
Pull Request -
State: open - Opened by gibbz00 8 months ago
#1662 - Place `StatusExt` and `RpcStatusExt` into separate files.
Pull Request -
State: open - Opened by gibbz00 8 months ago
#1661 - `impl From<ErrorDetails> for Vec<Any>`
Pull Request -
State: closed - Opened by gibbz00 8 months ago
- 1 comment
#1660 - fix doc typo
Pull Request -
State: closed - Opened by jasonwbarnett 8 months ago
- 1 comment
#1659 - Limit of 4M on outgoing messages
Issue -
State: open - Opened by MathieuDutSik 8 months ago
- 3 comments
#1658 - add encode/decode explicit logging
Pull Request -
State: closed - Opened by jasonwbarnett 8 months ago
- 1 comment
Labels: breaking change
#1657 - chore(interop): Update to strum 0.26
Pull Request -
State: closed - Opened by tottoto 8 months ago
- 1 comment
#1656 - Use a `Sink` argument instead of returning a `Stream` for response streaming
Issue -
State: open - Opened by chebbyChefNEQ 8 months ago
- 1 comment
#1655 - Received Status.source = None when server sends Status.source = Some
Issue -
State: open - Opened by BaxHugh 8 months ago
#1653 - chore: remove repetitive words
Pull Request -
State: closed - Opened by pavedroad 8 months ago
#1652 - BrokenPipe Error Using TLS With Root Certificate
Issue -
State: open - Opened by cobbinma 8 months ago
- 3 comments
#1651 - Introduce a build option to not add `#[async_trait]` on generated service.
Issue -
State: open - Opened by vriesk 9 months ago
#1650 - Duplex transport is incompatible with `serve_with_incoming_shutdown`
Issue -
State: open - Opened by shradej1 9 months ago
#1649 - chore: Update to base64 0.22
Pull Request -
State: closed - Opened by tottoto 9 months ago
- 1 comment
#1648 - Add a `GRPC_CONTENT_TYPE` for "application/grpc".
Pull Request -
State: closed - Opened by gibbz00 9 months ago
- 5 comments
#1647 - chore(codegen): Deprecate _Inner<T>.
Pull Request -
State: closed - Opened by gibbz00 9 months ago
- 1 comment
#1646 - build: fix typo in documentation
Pull Request -
State: closed - Opened by bryangale 9 months ago
- 1 comment
#1645 - Does not build on nightly due to transitive dependence on ahash
Issue -
State: closed - Opened by ysimonson 9 months ago
- 7 comments
#1644 - Expose Extensions::from_http to user
Pull Request -
State: closed - Opened by DoumanAsh 9 months ago
- 1 comment
#1643 - Importing proto with dotted name
Issue -
State: open - Opened by Schottkyc137 9 months ago
- 1 comment
#1642 - chore: Apply small refactoring
Pull Request -
State: closed - Opened by tottoto 9 months ago
#1641 - Tonic build to generate service traits without server wrappers?
Issue -
State: closed - Opened by boan-anbo 9 months ago
- 2 comments
#1640 - feat(transport): opt into TLS with servers without ALPN
Pull Request -
State: closed - Opened by ajwerner 9 months ago
- 3 comments
#1639 - Cannot compile dependency
Issue -
State: open - Opened by marci1175 9 months ago
- 1 comment
#1638 - EOF error when invoking gRPC service with certain metadata header
Issue -
State: closed - Opened by wintermute0 9 months ago
#1637 - Other endpoints are blocked until a long running one is finished
Issue -
State: closed - Opened by kingsleyh 9 months ago
- 1 comment
#1636 - cors issue
Issue -
State: open - Opened by yovanoc 9 months ago
- 3 comments
#1635 - GRPC hang after timeout
Issue -
State: open - Opened by biran0083 9 months ago
- 1 comment
#1634 - Implement From<> on protobuf:oneof
Issue -
State: closed - Opened by gwbres 9 months ago
- 1 comment
#1633 - chore: fix 0.11.0 changelog entry
Pull Request -
State: closed - Opened by mlegner 9 months ago
#1632 - Official rust plugin for Buf
Issue -
State: open - Opened by listepo 9 months ago
#1630 - feat(transport): Make transport server and channel independent
Pull Request -
State: closed - Opened by tottoto 9 months ago
- 1 comment
#1629 - feat: permit multiple ca_certificates
Issue -
State: closed - Opened by rbtcollins 9 months ago
#1628 - chore: Use nightly-2024-02-06 on udeps ci
Pull Request -
State: closed - Opened by tottoto 9 months ago
#1627 - chore(ci): fix udeps warning errors
Pull Request -
State: closed - Opened by LucioFranco 9 months ago
#1626 - chore: prepare v0.11.0 release
Pull Request -
State: closed - Opened by LucioFranco 9 months ago
#1625 - examples: grpc-web is not working
Issue -
State: closed - Opened by enddeadroyal 9 months ago
- 2 comments
#1624 - option to not abort server task if client request cancels or times out
Issue -
State: open - Opened by smroid 10 months ago
- 2 comments
#1623 - Shared UDS channel via static gRPC client
Issue -
State: open - Opened by hairongchen 10 months ago
- 1 comment
#1622 - Update Cargo.toml
Pull Request -
State: closed - Opened by Dylan-DPC 10 months ago
- 1 comment
#1621 - feat(tls): Implement AsMut for Certificate
Pull Request -
State: closed - Opened by tottoto 10 months ago
#1617 - Update helloworld-tutorial.md - Fix Clippy lints
Pull Request -
State: closed - Opened by netanelrabinowitz 10 months ago
#1616 - Add support for load-shedding.
Pull Request -
State: open - Opened by abizjak 10 months ago
- 1 comment
#1612 - Support non-static UDS client connection paths
Issue -
State: open - Opened by kriswuollett 10 months ago
- 4 comments
#1610 - chore(reflection): Make prost-types dependency optional
Pull Request -
State: closed - Opened by tottoto 10 months ago
#1609 - How to combine two service
Issue -
State: open - Opened by caibirdme 10 months ago
- 2 comments
#1608 - Non-descriptive error messages on connection failure
Issue -
State: open - Opened by efagerho 10 months ago
#1607 - Update README.md
Pull Request -
State: closed - Opened by cpiemontese 10 months ago
#1606 - Tail latency on `master` is elevated
Issue -
State: open - Opened by kvcache 10 months ago
- 1 comment
#1605 - tonic-reflection: feature-gate server impl
Pull Request -
State: closed - Opened by A-Manning 10 months ago
#1604 - Repair rust-analyzer for tonic files
Pull Request -
State: closed - Opened by Ngoguey42 10 months ago
#1601 - examples: add client example for `tonic-reflection`
Pull Request -
State: open - Opened by grottohub 10 months ago
#1600 - Add an example client to the `reflection` example
Issue -
State: open - Opened by grottohub 10 months ago
#1599 - feat(build): Custom codecs for generated code
Pull Request -
State: closed - Opened by kvcache 10 months ago
- 3 comments
#1598 - feat: Relax GrpcMethod lifetime
Pull Request -
State: closed - Opened by tottoto 10 months ago
- 3 comments
Labels: breaking change
#1596 - Make fileds in `GrpcMethod` public.
Issue -
State: open - Opened by RicoGit 10 months ago
#1595 - Update to hyper 1.0 and axum 0.7
Pull Request -
State: closed - Opened by ikrivosheev 10 months ago
- 11 comments
#1595 - Update to hyper 1.0 and axum 0.7
Pull Request -
State: open - Opened by ikrivosheev 10 months ago
- 2 comments
#1594 - Add client feature flag to support connect_with_connector in wasm32 targets
Pull Request -
State: open - Opened by lucasmerlin 10 months ago
- 4 comments
#1593 - chore: Replace tokio::pin with std::pin::pin
Pull Request -
State: closed - Opened by tottoto 11 months ago
#1592 - Use both TLS and plaintext endpoints
Issue -
State: closed - Opened by daniel-savu 11 months ago
- 2 comments
#1592 - Use both TLS and plaintext endpoints
Issue -
State: open - Opened by daniel-savu 11 months ago
- 1 comment
#1589 - chore: Update to zstd 0.13
Pull Request -
State: closed - Opened by tottoto 11 months ago
#1587 - chore: Bump msrv to 1.70
Pull Request -
State: closed - Opened by tottoto 11 months ago
#1586 - feat(transport): Unify API for setting service to be via Routes instance
Pull Request -
State: open - Opened by tottoto 11 months ago
#1585 - chore(lib): Remove re-exported NamedService
Pull Request -
State: closed - Opened by tottoto 11 months ago
#1584 - chore(tonic): Remove API when they only return None
Pull Request -
State: closed - Opened by tottoto 11 months ago
#1583 - Draft: Update to hyper 1.0 and axum 0.7
Pull Request -
State: closed - Opened by allan2 12 months ago
- 5 comments
#1582 - Client streaming will lose message when sending using ReceiverStream
Issue -
State: closed - Opened by gaius-qi 12 months ago
- 3 comments
#1581 - Discovery can't be reliably updated if requests are infrequent
Issue -
State: open - Opened by sjudd 12 months ago
- 1 comment
#1580 - Layers after services
Issue -
State: open - Opened by allan2 12 months ago
#1579 - Upgrade to http 1.0 and axum 0.7
Issue -
State: closed - Opened by allan2 12 months ago
- 15 comments
#1576 - Failed to compile the generated file
Issue -
State: closed - Opened by k82cn 12 months ago
- 2 comments
#1576 - Failed to compile the generated file
Issue -
State: open - Opened by k82cn 12 months ago
#1576 - Failed to compile the generated file
Issue -
State: closed - Opened by k82cn 12 months ago
- 2 comments
#1574 - feat(channel): Make channel feature additive
Pull Request -
State: closed - Opened by tottoto almost 1 year ago
- 4 comments
Labels: breaking change
#1574 - feat(channel): Make channel feature additive
Pull Request -
State: open - Opened by tottoto almost 1 year ago
#1573 - chore: Update to protoc 3.25.1
Pull Request -
State: closed - Opened by tottoto almost 1 year ago
#1573 - chore: Update to protoc 3.25.1
Pull Request -
State: closed - Opened by tottoto almost 1 year ago
#1572 - feat(transport): Make service router independent from transport
Pull Request -
State: closed - Opened by tottoto almost 1 year ago
- 1 comment
#1571 - chore: Bump msrv to 1.66
Pull Request -
State: closed - Opened by tottoto about 1 year ago
- 1 comment
#1570 - chore: Use cargo-no-dev-deps to check msrv
Pull Request -
State: closed - Opened by tottoto about 1 year ago
- 5 comments
#1569 - Support custom rustls crypto provider in TlsAcceptor / TlsConnector and ServerTlsConfig / ClientTlsConfig
Issue -
State: open - Opened by janrueth about 1 year ago
#1568 - test: add timeout_on_sleeping_server interop test
Pull Request -
State: open - Opened by plaflamme about 1 year ago
- 2 comments
#1567 - Adds local_address as an option Endpoint builder.
Pull Request -
State: open - Opened by jparris about 1 year ago
#1565 - Support layers in generated server codes.
Issue -
State: open - Opened by Hakuyume about 1 year ago
#1565 - Support layers in generated server codes.
Issue -
State: open - Opened by Hakuyume about 1 year ago
- 4 comments
#1565 - Support layers in generated server codes.
Issue -
State: open - Opened by Hakuyume about 1 year ago
#1564 - Easily determine if a connection was reset
Issue -
State: open - Opened by huntc about 1 year ago
#1563 - chore: fix typos
Pull Request -
State: closed - Opened by shuoer86 about 1 year ago
#1562 - Include origin path when preparing request
Pull Request -
State: closed - Opened by kariy about 1 year ago
#1561 - chore(transport): Replace axum with matchit
Pull Request -
State: open - Opened by tottoto about 1 year ago