issues Search Results · repo:higherkindness/mu-scala language:Scala
Filter by
332 results
(99 ms)332 results
inhigherkindness/mu-scala (press backspace or delete to remove)Hi,
I ve started building a gRPC service, for which I want to use gRPCurl for preliminary testing. Is it possible to do so
with server reflection?
I ve tried pulling in the io.grpc.grpc-services dependency ...
question
chaddaksha
- 5
- Opened on Sep 1, 2022
- #1506
All the methods I can find currently take explicit Spans. Which I assume comes from assumptions about how Trace is
implemented. But in natchez Trace is the core construct and Kleisli[F, Span[F], *] is ...
ChristopherDavenport
- Opened on Jul 29, 2022
- #1505
Dear,
Did you implement back pressure for grpc services? I.e to avoid OOM because unbounded buffering on the server/client
side streaming.
Kind regards, Boris Smidt
borissmidt
- Opened on Nov 4, 2021
- #1347
Hi,
right now, I am migrating a bunch of gRPC services to mu-scala. Those Services heavily use Metadata to store JWT tokens.
Is there a way to access Metadata in the service?
enhancement
ThatScalaGuy
- 11
- Opened on Oct 7, 2021
- #1328
== X integrationtest.protobuf.HaskellServerScalaClientSpec.Mu-Haskell server and Mu-Scala client communication using Protobufit should work for a server-streaming call 10.094s java.util.concurrent.TimeoutException: ...
bug
help wanted
tests
fedefernandez
- Opened on Oct 1, 2021
- #1321
A proto definition
message UnlockEvent {
optional string eventId = 1;
}
compiles to
final case class UnlockEvent(@_root_.pbdirect.pbIndex(1) eventId: _root_.java.lang.String)
whereas I would expect ...
randm-ch
- 2
- Opened on Sep 15, 2021
- #1300
Note that Monix isn t out for CE3 yet, so this will probably want to be an RC release first, without monix
Daenyth
- 2
- Opened on Jun 10, 2021
- #1238
Hi everyone,
I don t really know if here is the right place to ask, but I ll try anyway. For the sake of clarity, I ve asked the same
on Envoy GitHub as I don t really know where the problem lies: https://github.com/envoyproxy/envoy/issues/16811 ...
paoloyx
- 1
- Opened on Jun 7, 2021
- #1237
I don t complete get the FS2 Streams as the RPC streams.
I want to stream a file to the server implementation, which is in Go, and works. But the client sub needs to be in
Scala, preferably with Cats-effect. ...
skulos
- 4
- Opened on Apr 7, 2021
- #1163
My protocol has a primitive field that can be null (all fields in proto3 can be null). After codegen, this field is NOT
optional. So I am converting the optional field from domain to null for protocol. ...
vsolomasov
- Opened on Mar 13, 2021
- #1133

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.