event-sourcing-example | Event Sourcing Example repo for the Node.js | Time Series Database library
kandi X-RAY | event-sourcing-example Summary
kandi X-RAY | event-sourcing-example Summary
Event Sourcing Example repo for the Node.js at Scale blog series
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of event-sourcing-example
event-sourcing-example Key Features
event-sourcing-example Examples and Code Snippets
Community Discussions
Trending Discussions on event-sourcing-example
QUESTION
I have a question about git, I tried to clone a tree but without success.
...ANSWER
Answered 2017-Apr-14 at 13:02git clone -b
QUESTION
I am building Akka persistence plugin with Apache ignite , I have a question when it comes to event tagging , if i disable java serialization(allow-java-serialization = no) , Tagged type failed to be serialized properly as i am using Protobuf for events , is there a way to configure specific serialization for Event Tagged wrapper or it need to be handled in the plugin itself? The GitHub for my plugin : https://github.com/Romeh/akka-persistance-ignite
The exception I get is :
[2018-11-21 21:20:48] [orderManagerSystem-akka.actor.default-dispatcher-27] ERROR a.p.i.journal.IgniteWriteJournal - Attempted to serialize message using Java serialization while akka.actor.allow-java-serialization
was disabled. Check WARNING logs for more details.
akka.serialization.DisabledJavaSerializer$JavaSerializationException: Attempted to serialize message using Java serialization while akka.actor.allow-java-serialization
was disabled. Check WARNING logs for more details.
[2018-11-21 21:20:48] [orderManagerSystem-akka.actor.default-dispatcher-11] WARN a.s.DisabledJavaSerializer - Outgoing message attempted to use Java Serialization even though akka.actor.allow-java-serialization = off
was set! Message type was: [class akka.persistence.journal.Tagged]
I have a sample application where this issue is happening for me where I use Protobuf for events serialization , do I need to do the same for event Tagged type ?
GitHub URL example code : https://github.com/Romeh/spring-boot-akka-event-sourcing-starter/tree/master/spring-event-sourcing-example
In Apache ignite , it is binary serialization .
Thx a lot for your help!
...ANSWER
Answered 2018-Nov-29 at 14:31Actually the issue got fixed by checking the msg type if it is Tagged event or not before doing the actual event storing in the journal , something like :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install event-sourcing-example
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page