Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
76 views

I want to use HTTP Service Clients with Spring Boot 4, but using Protobuf instead of JSON. How can I configure this?
Wim Deblauwe's user avatar
  • 27.2k
0 votes
1 answer
135 views

I've just installed Ghidra and tried to debug a sample program to get a taste of it. I've installed Python 3.12 and the redistributed site-packages with it (from \Ghidra\Debug\Debugger-agent-dbgeng\...
jtxkopt - STOP GENOCIDE's user avatar
0 votes
0 answers
29 views

My java class @Pact(consumer = "P01819-ipa-mi") public V4Pact tradesByFilterProductTypeFXFWD(PactBuilder builder) throws InterruptedException { return builder ...
Denys Koval's user avatar
0 votes
1 answer
81 views

I am writing a raw protobuf message with the library com.google.protobuf, leveraging UnknownFieldSet and I am encountering a problem when encoding strings as they sometimes break the result. I want to ...
Sim's user avatar
  • 4,146
0 votes
0 answers
75 views

Facing below issue on bazel build on M1 Pro (MacOS - 13.6.5) bazel build :all --config=mac64 WARNING: Option '...
rishi007bansod's user avatar
0 votes
1 answer
137 views

My goal is to set up the Flink-SQL-Connector. I want to use SQL capabilities to retrieve Kafka topic messages. Protobuf is being used by Kafaf Topic. I am getting error "Exception in thread "...
Mitesh's user avatar
  • 13
1 vote
0 answers
92 views

I'm encountering a Protobuf version conflict in my project :( I am using GraphHopper v10.0, which depends on Protobuf 3.x. My project also uses Protobuf 4.x, as it's required for other parts of the ...
Jonas's user avatar
  • 65
0 votes
1 answer
145 views

I was able to run the jmeter http sampler request script in Kubernetes, but when I try with the gRPC request, I get the below error: 2025-01-08 10:33:25,530 ERROR v.z.b.GRPCSampler: java.lang....
Praveen Dhasarathan's user avatar
1 vote
1 answer
385 views

I want to pass on multiple enum value options as per below inside a proto file, but i find compilations errors, while specifying values as per (types) = [5,6] inside below code block : extend ...
Deepak Yadav's user avatar
0 votes
1 answer
275 views

I have created ProtoBuf file and using object file generated via protoc command in my code i.e. MyEvent.java MyEventOrBuilder.java MyEventProtos.java I am using Apache Kafka (Confluent) to handle the ...
Karan's user avatar
  • 866
1 vote
1 answer
245 views

I was using your demo project: https://github.com/wiremock/wiremock-grpc-demos syntax = "proto3"; option csharp_namespace = "My.Package"; option java_package = "com.my....
yavorek's user avatar
  • 13
0 votes
1 answer
72 views

I am migrating to Gradle kts in my current Andriod application. The protobuf configuration is proving to be very challenging the original verson for gradle is as follows:- // Versions def ...
Hector's user avatar
  • 5,724
0 votes
1 answer
387 views

I have encountered strange protobuf-java behavior. If I have a message with optional fields message SearchRequest { optional string query = 1; optional int32 page_number = 2; optional int32 ...
Lukáš Křečan's user avatar
0 votes
2 answers
341 views

I'm getting the above warning while executing tests. It seems that it doesn't affect anything and the tests are executed successfully. Any Idea why I'm seeing this warning?
DimitriosP's user avatar
0 votes
1 answer
87 views

I have one AAR file added inside the libs directory in Android Studio project. I have added a proto compiler configurations inside the build.gradle file. I am trying to add a proto file inside the app ...
Satyam Gondhale's user avatar
0 votes
1 answer
80 views

I have class P{ @ProtoField(number=1, CollectionImplementation=ArrayList.class) List<? extends Account> accounts; @ProtoField(number=2) ZonedDateTime fromDate; @ProtoFactory P(List<? extends ...
user1912935's user avatar
0 votes
1 answer
190 views

I am trying to decode the protobuf encoded data in Java, with the objective to serialize it into the Avro POJO. Testing it out with simple protobuf (Sample.proto): syntax = "proto3"; option ...
knightWizard's user avatar
1 vote
1 answer
1k views

I have a .proto, there is one message in it named Event. message Event{ string id=1; string param=2; } The param field of Event is a model defined by biz layer, different biz has different ...
唐子玄's user avatar
0 votes
0 answers
321 views

We are currently using the following Maven dependency: <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</...
Jochen Hebbrecht's user avatar
1 vote
0 answers
40 views

In the example from Google's documentation, we see that the text responses from a detectIntent call are in the following format: { "responseId": "38e8f23d-eed2-445e-a3e7-149b242dd669&...
Paul's user avatar
  • 185
0 votes
1 answer
326 views

I have a simple proto like this (I cannot edit this file, please don't ask why): syntax = "proto3"; package abc; message Status { StatusCodeType statusCode = 1; enum StatusCodeType { ...
SoT's user avatar
  • 1,267
0 votes
1 answer
208 views

I'm learning grpc. This is a simple hello world example: syntax = "proto3"; option java_multiple_files = true; option java_package = "io.grpc.helloworld"; option ...
victorli's user avatar
0 votes
0 answers
359 views

I am having trouble de-serializing a protobuf. I am confident that it is serialized properly, as serialization works in all other cases. Here's a simplified proto file: syntax = "proto3"; ...
Oliver's user avatar
  • 1,701
-1 votes
1 answer
539 views

I have class with below properties in my service, I want to create a grpc service for this. but i am not able to find how can i map Object data in protobuf. public class FeatureDetails { private ...
Aysha's user avatar
  • 1
1 vote
2 answers
894 views

Trying to convert existing Spring Boot micro-service to run on GraalVM native image came across an issue with protobuf generated classed with protobuf-java. Generated classes use reflection and need ...
Pavel's user avatar
  • 161
1 vote
0 answers
388 views

I'm trying to dynamically convert a JSON string to a DynamicMessage from the protobuf library. Currently, I have the following piece of code: val topic = "sample-topic" // I'm using ...
Yorgos S.'s user avatar
  • 356
1 vote
1 answer
9k views

Are 'double' and 'float' data types fixed size in Protobuf? Do they occupy a fixed number of bytes (say 8 or 4 bytes) when serialized no matter what value (big or small) they actually keep? I want to ...
losingsleeep's user avatar
  • 1,899
0 votes
1 answer
136 views

protocul buffer supports only a close set of types, like int32, strings, repeted, etc. The problem is that I want to create a custom deserializer for specific things. For example, look at this proto ...
Elad Barkay's user avatar
0 votes
0 answers
456 views

I am making a Flutter android application which uses photo files. First I had all definitions based in one .proto file. But now I had to split the definitions onto multiple files. With one file my ...
Gijs Withagen's user avatar
0 votes
2 answers
119 views

I am exploring on grpc My sample application fetches few records from Database + reads a file from S3(very small file) and returns the combined result. Since the file size is very less, i am not using ...
Jeevi's user avatar
  • 3,062
4 votes
1 answer
630 views

Here is the proto message that we trying to send. message Cta { string title = 1; string pid = 2; google.protobuf.Struct params = 3; } Does protobuf-lite library which is recommended for android ...
Sudev Ambadi's user avatar
0 votes
1 answer
2k views

I'm struggling with packing a protobuf map type into google.protobuf.Any in Java. The proto message I'm working with has the following schema: message Msg { google.protobuf.Any value = 1; } For ...
bszwej's user avatar
  • 420
1 vote
0 answers
60 views

I was executing the following command. mvn clean package -DskipTests -Dcheckstyle.skip -Pbackends-velox -Dbuild_protobuf=OFF -Dbuild_cpp=ON -Dbuild_velox=On -Dvelox_home=${VELOX_HOME} -Dbuild_arrow=...
user17118231's user avatar
1 vote
3 answers
1k views

I am upgrading my Android app to support API 33. For that, I also upgraded protobuf & grpc libraries. Everything is upgraded and the app works if I build & run it directly from Android Studio ...
yasin tavukcuoglu's user avatar
0 votes
1 answer
1k views

In current version of protobuff my oneoff looks something like below : oneof oneof_abc { double Value = 1; } But in updated version it looks like : oneof oneof_abc { double value = 1; } If you ...
Shubham Agrawal's user avatar
22 votes
3 answers
8k views

I followed this codelab from the android developer platform: https://developer.android.com/codelabs/android-proto-datastore#4 Added the same exact dependencies as shown in the codelab and I get the ...
Giuliopime's user avatar
  • 1,257
0 votes
1 answer
2k views

I am wondering if it would be possible to detect a protobuf value being set to null rather than just not set at all. For example if we have: message MyRequest { oneof my_value_case { ...
lagoon's user avatar
  • 6,557
0 votes
0 answers
70 views

I am working on a protobuf plugin project where I have a bundle of protobuf dependencies imported as a plug-in dependency to my protobuf plugin. One of the dependencies is the protoc-jar-maven-plugin ...
bronzebeard's user avatar
0 votes
1 answer
236 views

Not too familiar with protobuf's implementation in java so I'm not certain if this will yield any benefits, but here is a thought I had. Say for a large pb struct that looks like the following: ...
Baiqing's user avatar
  • 1,341
11 votes
2 answers
6k views

I installed the new version of Android Studio and did update of my project (without changing dependencies) and i had this issue: Missing class com.google.protobuf....
JpA's user avatar
  • 111
1 vote
1 answer
2k views

Is there any way to hook into the generation of java classes when invoking protoc? I know there are plugins which can be created for protoc but as far as I understood it is only possible to generate ...
m-kay's user avatar
  • 302
1 vote
1 answer
127 views

Can someone let me know if there is any library or extension available for doing snapshot testing using protobuf text messages? Something similar to what the below libraries do json-snapshot jest ...
tuk's user avatar
  • 6,954
1 vote
1 answer
1k views

I have a use case where the incoming payload follows a top level schema and a nested schema. There can be 4 types of top level schema and infinite types of nested schema. I want to define my top level ...
Yousuf Memon's user avatar
0 votes
1 answer
1k views

I have a directory that stores all of my proto files at ${basedir}/resources/proto/, there is a file a.proto in which imports another proto file via resources/proto/b.proto. I tried the following ...
Baiqing's user avatar
  • 1,341
0 votes
1 answer
1k views

I implemented many pipelines that produce proto typed data to kafka. I want to see if there is a general way to register every proto file that uses different schema with the same function without ...
ArefehTam's user avatar
  • 387
3 votes
0 answers
712 views

I am trying to integrate pytorch model to process language. This is why I need the sentencepiece to tokenize the sentence chunks. But I am unable to do that correctly. I did not find any robust ...
im07's user avatar
  • 416
1 vote
1 answer
307 views

I am trying to convert json to protobuf and trying to use [Protubuf utility][1] mentioned here. When I run this under main method, then it works perfectly fine. However, if I am using this in a ...
user2640248's user avatar
1 vote
2 answers
3k views

ad_group { resource_name: "customers/8776659915/adGroups/143689544046" status: ENABLED type: VIDEO_TRUE_VIEW_IN_STREAM id: 143689544046 name: "Video Consideration - 2023-01-06&...
Keshavram Kuduwa's user avatar
0 votes
0 answers
637 views

Hi guys i am writing a sink connector to push data from a protobuf topic to database. The connector status seems running but when checking logs i see the following error and no data is pushed to the ...
mayanksweden's user avatar
1 vote
0 answers
602 views

I have an existing java grpc server file that is generated from a .proto file. I need to add HTTP REST API endpoints for each of the rpc calls in my .proto file. Probably using google.api.http. The ....
cmg811's user avatar
  • 11

1
2 3 4 5 6