Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Docs need attention for Protobuf in v2.3.1 #1230

@michael-read

Description

@michael-read

Is your feature request related to a problem? Please describe.
It's not documented that if you're using Protobuf (instead of Avro), the required dependencies are no longer automatically included in the build for cloudflow-proto, or Akka gRPC Plugin...

Is your feature request related to a specific runtime of Cloudflow or applicable for all runtimes?
2.3.1

Describe the solution you'd like
Documentation should include the need for the following changes:

  1. to project/plugins.sbt
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.3") 

Note: version 2.1.4 seems to cause a conflict with Cloudflow, whereas 2.1.3 seems to work.

  1. to build.sbt:
lazy val cloudFlowVersion = "2.3.1"
...
enablePlugins(AkkaGrpcPlugin)
...
    libraryDependencies ++= {
      "com.lightbend.cloudflow" %% "cloudflow-proto"          % cloudFlowVersion,
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions