Hugh McKee

Results 8 issues of Hugh McKee

Running tests with Akka Micorservices in Amazon EKS and Keyspaces for Cassandra. When exceptions are thrown due to DB operation timeouts the below queries are retried every few seconds. With...

2 - pick next

### Short description Build fails on 7.1. Build Docker image without first doing a git init. ### Details `mvn clean package ... [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.34.1:build (build-docker-image) on...

### Short description Add some info about using Docker Hub in the ### Details In section 7.1. Build Docker image, add some guidance for using Docker Hub vs AWS Container...

help wanted

### Short description There are a few sentences in the Akka Projections does that are unclear. ### Details On this page - https://doc.akka.io/docs/akka-projection/current/getting-started/setup-your-app.html#setup-your-application These sentences: Note that we are using...

Here is an example: ~~~javascript entity.setInitial(entityId => ({})); entity.setBehavior(state => ({ commandHandlers: { AddItem(command, state, ctx) { return ctx.fail("The command handler for `AddItem` is not implemented, yet"); }, ~~~ Note...

javascript-sdk

The generated JS source files created by `npm run build`, the file names are not camel-cased. The file names are all lowercase. Example: `service ShoppingCartVeToTopic` generates `shoppingcartvetotopic.js`.

javascript-sdk

In the [Paging](https://docs.kalix.io/spring/views.html#_paging) section, there are clear examples of how to use the `next_page_token()` function. But it is unclear how to use the `page_token_offset()` function. The following code block shows...

Documentation
kalix-runtime
java-sdk

In the opening section of [Implementing Views](https://docs.kalix.io/spring/views.html), another source is as an [Event Consumer](https://docs.kalix.io/spring/service-to-service.html#_event_consumer) with Service to Service Eventing, This should be added as another source of view data.

Documentation
kalix-runtime
java-sdk