Questions tagged [akka-projection]

4 questions
1
vote
1 answer

Akka Projection configuration for a JDBC database connection

In Akka Projection’s documentation under offsetting in a relational database with JDBC, there is no information about how and where the configuration for establishing a connection to the relational database used should be included. I mean configs…
zmerr
  • 534
  • 3
  • 18
0
votes
1 answer

akka projection + akka serialization cause JVM Crash with StackOverFlowError

I am new to Akka Projection + Akka Serialization, I applied official shopping cart 6th tutorial into my own project, and at first shot jvm crashed. I wish to know where should I look into. Event Source Journal Plugin is on Mongodb Akka Projection is…
Barry Zhong
  • 470
  • 3
  • 17
0
votes
1 answer

What is controlling the delay of Event Transfer in Akka Projections from Event Journal to target DB

I have an Akka Project with Akka Persistence that works perfectly, lately I integrated it with Akka Projections and it works but I have some weird phenomena that I like to ask here. When I am sending Commands to Akka they are processed and saved at…
posthumecaver
  • 1,584
  • 4
  • 16
  • 29
0
votes
1 answer

Slick 3 - how to get correct (database) schema when inserting with plain SQL

I'm trying to get basic plain SQL example working in Slick 3, on Postgres but with custom DB schema, say local instead of default public one. I have hard time inserting the row as executing the following sqlu"INSERT INTO schedule(user_id,…
Michal Ostruszka
  • 2,089
  • 2
  • 20
  • 23