Ruth Stento

Results 10 issues of Ruth Stento

Using ValueEntity in the .proto file and Entity for the Java implementation creates a usability issue. For Event Sourced entities, the Java annotation is @EventSourcedEntity. And, since the doc already...

Reported by a partner -- On this page: https://developer.lightbend.com/docs/cloudflow/current/develop/akka-streamlet-utilities.html In this list: HttpServerLogic HttpServerLogic Splitter Merger The second HttpServerLogic should be GrpcServerLogic. The source file in this repo is: https://github.com/lightbend/cloudflow/blob/main/docs/shared-content-source/docs/modules/develop/pages/akka-streamlet-utilities.adoc...

Bug
documentation

On Firefox and IE, any titles that break across more than one line in the main TOC or the left side "On this page" section have too much spacing between...

It is cumbersome to create multiple users and at least one item before you can actually exercise the app and bid on something. It would be nice to add a...

status:backlog

This is a nit, but it would be good to fix, page titles should use initial caps only see "Quick Start" and "Custom Install": ![image](https://user-images.githubusercontent.com/22889339/130657644-e9dfbb07-3d7b-419b-8c02-619ce4ef6067.png) And, is Quick start two...

@ennru commented on [Thu Feb 04 2021](https://github.com/lightbend/akkaserverless-docs/issues/339) The docs try to separate the concept in https://docs.lbcs.dev/developing/effects.html from the usage details for [Java](https://docs.lbcs.dev/java-services/effects.html) and [JS](https://docs.lbcs.dev/js-services/effects.html). The docs could be more clear...

Documentation
help wanted
kalix-runtime
javascript-sdk

From @ennru: Both with and without the google.api.http annotations. For example rpc AddItem(AddLineItem) returns (google.protobuf.Empty) { option (google.api.http) = { post: "/cart/{cart_id}/items/add" body: "*" }; } From @raboof: There is...

Documentation
kalix-runtime
javascript-sdk

lightbend/akkaserverless-framework#573 added support to connect a locally running proxy to a locally running Google Pub/Sub emulator. This needs to be documented. Marking as a bug because #573 was closed, but...

Documentation
help wanted
kalix-runtime
javascript-sdk

From @mckeeh3: In the Run Service Locally / Starting the service section, provide an example and short details for running docker-compose using detached mode. See docker-compose up --help for details....

Documentation
enhancement
kalix-runtime

@marcoderama commented on [Thu Aug 19 2021](https://github.com/lightbend/akkaserverless-docs/issues/858) I think both the [Javascript](https://developer.lightbend.com/docs/akka-serverless/javascript/run-locally.html) and [Java](https://developer.lightbend.com/docs/akka-serverless/java/run-locally.html) documentation wrt running a service locally could be improved. * ~~I'll add a PR with some...

Documentation
enhancement
kalix-runtime
DX