Skip to content

Commit

Permalink
Minor edit in README
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Jun 23, 2015
1 parent 155abf5 commit 338d87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ case class Event(persistenceId: String, sequenceNr: Long, data: Any)

The stream of events (written by all persistent actors) is partially ordered i.e. events with the same `persistenceId` are ordered by `sequenceNr` whereas the ordering of events with different `persistenceId` is not defined. Details about Kafka consumer `params` are described [here](http://kafka.apache.org/documentation.html#consumerconfigs).

Custom deserialization
----------------------
Custom serialization
--------------------

If events have been persisted with a [custom serializer](http://doc.akka.io/docs/akka/2.3.11/scala/persistence.html#custom-serialization), the corresponding [Akka serializer](http://doc.akka.io/docs/akka/2.3.11/scala/serialization.html) configuration must be specified for event processing. For [event batch processing](#event-batch-processing) this is done as follows:

Expand Down

0 comments on commit 338d87c

Please sign in to comment.