Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
75 views

I am currently working on a Kryo SerDe for scalaPB (similar to twitter 'chill'). I struggle implementing the read interface override def read( kryo: com.esotericsoftware.kryo.Kryo, input: ...
Clemens Valiente's user avatar
0 votes
2 answers
109 views

I'm using Scala with akka-http. I have a protobuf marshaller that works just fine on incoming routes: trait ProtobufMarshalling[T <: GeneratedMessage, E <: GeneratedMessage] { implicit def ...
Kris Rice's user avatar
  • 933
0 votes
3 answers
58 views

I am trying to figure out if this is an issue in the sparksql-scalapb (https://github.com/scalapb/sparksql-scalapb) or if I am not able to figure out somehow. Consider a proto which will generate a ...
Tom Slayer's user avatar
0 votes
1 answer
118 views

If I have a service's method throw an exception, my client receives no information about what kind of exception this was. I've read that this was made on purpose, to prevent server details being ...
Ayhon Iron's user avatar
0 votes
0 answers
59 views

we've got this protobuffer object definition (and we cannot modify it) ... message Condition { oneof condition_one_of { FieldCondition field = 1; IsEmptyCondition is_empty = 2; ...
mfirry's user avatar
  • 3,690
0 votes
1 answer
72 views

I am stuck on a problem with my Scala SBT (1.7.2) project. Situation: I already have working configuration to generate code from *.avsc, *.avdl files via "com.julianpeeters" % "sbt-...
mintas123's user avatar
  • 183
1 vote
0 answers
135 views

Suppose there is a proto MyMessage and a type class TypeClass[T]. Is it possible to have a custom instance TypeClass[MyMessage] in the generated companion object of MyMessage, so any (implicit ...
Random42's user avatar
  • 9,219
0 votes
0 answers
96 views

I am trying to wrap a scalapb generated class inside a scala defined case class and then use it while doing some spark processing. Is it possible? Here is some schematic code of what I am trying to do ...
Nitin's user avatar
  • 103
1 vote
2 answers
304 views

I'm creating ZIO gRPC client service on scala 2.13.12. I generated classes from .proto's and trying to compile my project and getting this error: [error] C:\Users\arsen\IdeaProjects\voicekit-grpc\...
senyanyash's user avatar
0 votes
2 answers
213 views

I have previously got Unmarshalling working in Scala using ScalaPB and the following marshallers: implicit def marshaller[T <: GeneratedMessage]: ToEntityMarshaller[T] = ...
Kris Rice's user avatar
  • 933
0 votes
0 answers
127 views

I am trying to put an annotation on top of a generated sealed trait using scalaPb this way: message SealedTrait { option (scalapb.message).annotations ="@zio.json.jsonDiscriminator("...
Matroska's user avatar
  • 6,931
0 votes
0 answers
61 views

We have a large gRPC service that contains many endpoints. When we try to add a new endpoint, compilation of the scala code generated by scalapb fails, because the bindService method in the service ...
evcheng's user avatar
1 vote
0 answers
41 views

need a help, I don't have idea about how to compile for proto useing scalapb syntax = "proto2"; package com.test; import "ImageElement.proto"; import "Color.proto"; ...
Mathan P's user avatar
0 votes
2 answers
312 views

I am using the code from https://github.com/alexromanov/gatling-grpc-tests-sample i have added new protobuf under src/main and added a newSimulation.scala under src/test/scala/load. The code works ...
sivadas j's user avatar
0 votes
1 answer
664 views

My requirment is use Protocol Buffer on the Scala Play! REST API project and I'm having a hard time adding it. I followed the instructions in the documentation but it keeps failing. This is how it ...
KKarpac's user avatar

15 30 50 per page
1
2 3 4 5
8