question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document system requirements to use Lagom's protobuf tasks

See original GitHub issue

Lagom’s build includes some protobuf compilation tasks and settings. The requirements to run these tasks successfully are undocumented.

(at least) the following are necessary:

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
eripcommented, Jul 25, 2018

@ignasi35 To be clear, using sbt-protobuf and protoc-jar aren’t mutually exclusive. In fact, I think they’re quite complementary. sbt-protobuf simplifies generating sources given .proto files and an arbitrary protoc implementation; protoc-jar provides a protoc implementation.

By combining them, there’s no long a strict dependency that protoc is installed on a machine.

0reactions
ignasi35commented, Sep 19, 2019

Until we change how to run protoc from sbt, the steps required are:

  • install protoc locally and setup the PATH (see comments above for details wrt versions)
  • sbt ;protobufGenerate;javafmt
Read more comments on GitHub >

github_iconTop Results From Across the Web

Overview | Protocol Buffers - Google Developers
You can use protocol buffers across projects by defining message types in .proto files that reside outside of a specific project's code base ......
Read more >
How to Use Google's Protocol Buffers in Python
The initial purpose of Protocol Buffers was to simplify the work with request/response protocols. Before ProtoBuf, Google used a different ...
Read more >
simple protobuf compilation with gradle - Stack Overflow
I'm having hard time with gradle and protobuf, i want to create a simple gradle project that will take any proto files from...
Read more >
Create Protobuf messages for .NET apps - Microsoft Learn
NET apps should follow the Protobuf style guidelines. ... To use them, import wrappers.proto into your .proto file, like the following code:.
Read more >
Vultr api - MilanoIngegneria
Protocol buffers ); but gRPC also offers SSL/TLS integration which can be used to ... Oct 09, 2020 · Using Cloud-init To Configure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found