Commit graph

1608 commits

Author SHA1 Message Date
Patrik Nordwall
1c58996276
doc: add link to video in CQRS page (#28714) 2020-03-11 15:55:56 +01:00
Johan Andrén
6bc4e3b94c
Sharded Daemon Process #28710
A new cluster tool for running a number of actor instances balanced over the cluster.
2020-03-10 18:04:09 +01:00
Johan Andrén
59ce257209
Distributed pubsub for typed (#28625)
* First stab at distributed pubsub for typed

* Also allow sending to a single subscriber across the topic

* Revert "Also allow sending to a single subscriber across the topic"

This reverts commit 4fd4f0b75c0dda01706dcde70645dcfa09da889b.

* Serializer and basic multi-jvm test

* docs

* Review feedback

* This reads better

* One brace too many

* sample formatting/headers/yadi

* Hide actual messages to ease bincomp evolution

* More tesssssts

* And even moar tessssssssts

* Review feedback addressed

* Same serialization as typed sharding
Mention turnaround in docs
2020-03-10 14:01:19 +00:00
Johan Andrén
d8aed9e9d3
Operator examples for statefulMapConcat #25468 2020-03-10 10:36:07 +01:00
Enno
52c83dca34
Docs: Sink.foreach (#28693) 2020-03-10 09:37:34 +01:00
Christopher Batey
0f77212913
Fix takeWhile description (#28703) 2020-03-09 17:15:48 +01:00
Christopher Batey
5b485be715
Add CQRS page to docs (#28705)
To highlight the cqrs sample in the index and make it more clear you can
use akka persistence for CQRS.
2020-03-09 14:20:23 +01:00
Johan Andrén
c46861ed26
Add LogWithMarker to Akka Stream #28450 2020-03-05 15:05:05 +01:00
Nicolas Deverge
72d2b7f034
Issue with the documentation for Partition (#28682)
The sample does not work as the outlet for odd numbers should be connected to the other port.
2020-03-04 17:12:23 +01:00
Christopher Batey
bfebb235d5
Doc onFailureWithBackoff (#28356) 2020-03-03 10:18:34 +01:00
Johan Andrén
1dc715ddc8
Add some nesting samples and clarifications to the docs #28659 2020-03-03 09:13:06 +01:00
Ignasi Marimon-Clos
8ba9fda183
Adds example to Source.completionStageSource (#28639) 2020-02-27 17:59:01 +01:00
Helena Edelson
26c333b52c
Productionize CurrentShardRegionState #27406 (#28645) 2020-02-26 10:32:28 -08:00
Ignasi Marimon-Clos
b5ddc2f224
Adds gzip and deflate to the operator list (#28644) 2020-02-26 13:50:43 +01:00
Enno
cff15cf40d
Docs: Source.repeat (and friends) (#28615) 2020-02-19 09:03:59 +01:00
Oliver Wickham
d946abd8d7
Fix incorrect link in 2.6 migration guide (#28622) 2020-02-18 15:13:06 +01:00
Razvan Vacaru
bb895619b9
Docs: sink seq operator examples (#28616) 2020-02-17 10:26:53 +01:00
Razvan Vacaru
56c13dcde5
Docs: add code examples for drop and dropWhile Operators (#28613) 2020-02-14 17:21:39 +01:00
Arnout Engelen
c032ac2fdb
Recommend config checker when migrating to 2.6 (#28607) 2020-02-13 15:11:48 +01:00
Patrik Nordwall
ece9e7d92b
Merge pull request #28595 from akka/wip-doc-chg-transport-patriknw
note about rolling update when changing transport
2020-02-12 16:53:30 +01:00
Patrik Nordwall
9b5f84286b
Remove not needed ReplicatedDataSerializer 2020-02-12 16:28:48 +01:00
Patrik Nordwall
b3539de125 note about rolling update when changing transport 2020-02-12 16:20:45 +01:00
Renato Cavalcanti
946ff235b7
Merge pull request #28593 from johanandren/wip-28437-hostname-verification-warning
Host name verification off is not necessarily bad
2020-02-12 15:55:01 +01:00
yiksanchan
4fb21c380d
Remove not needed ReplicatedDataSerializer 2020-02-11 17:05:51 -08:00
Evgeny Sidorov
dcdaa5a0dd
Example for Source.fromIterator #25468 (#28582)
* add example for Source.fromIterator #25468

* scala fmt code style fix

* don't use test as a sample for docs
2020-02-11 14:58:00 +01:00
Johan Andrén
07e87bc428 Host name verification off is not necessarily bad #28437 2020-02-11 14:27:27 +01:00
mghildiy
4e0947c4b1
Issue#26072:Added lombok usage documentation (#28539) 2020-02-11 07:26:58 +00:00
Clément Grimal
cd2e25139c
doc: minor typo fix (#28579) 2020-02-11 07:21:20 +00:00
Johan Andrén
0d5f592ebb
Some improvements to Java tutorial after JFokus workshop (#28585) 2020-02-10 17:55:17 +01:00
Patrik Nordwall
e1b00b8258
doc: header level of Polymorphic types in Jackson docs (#28569) 2020-02-07 10:40:49 +00:00
Renato Cavalcanti
9e7aae035f
Merge pull request #28575 from akka/wip-videos-patriknw
doc: links to latest videos
2020-02-07 11:03:58 +01:00
Patrik Nordwall
e4c840cce2 one more 2020-02-06 08:58:45 +01:00
Christopher Batey
12c685507d
Change link from google groups to discuss (#28573) 2020-02-06 08:42:37 +01:00
Patrik Nordwall
c757a4e307 doc: links to latest videos
* manage blocking
* cqrs
2020-02-06 08:40:54 +01:00
eyal farago
ccd8481fec
stream: add flatMapPrefix operator (#28380) 2020-02-05 15:37:27 +01:00
Johan Andrén
289ca787a1
Getting started referred to a package name not present in quickstart (#28549)
* Getting started referred to a package name not present in quickstart

Techhub zip has com.example and g8 template defaults to com.example so let's refer to that instead

* Missing logger ops in one Scala example snippet
2020-02-04 14:41:01 +01:00
Renato Cavalcanti
e6c6459499
Fix filter operator example output (#28560)
* fixed filter operator example output

* align filter and filterNot outputs
2020-02-04 14:19:51 +01:00
Jacek Ewertowski
97f8991970
Improve akka logging docs. (#28531) 2020-01-29 15:12:03 +01:00
Patrik Nordwall
98e5d22914 doc: Mention dispatcher shutdown timeouts (#28527) 2020-01-28 10:21:06 +01:00
Johan Andrén
b1699b026e First step of rolling update cluster serlializer no classmanifests (#28514)
* First step of rolling update for cluster serlializer to not use class manifests #13654

* Test coverage

* A bit of mima excludes makes jenkins a happy butler

* Docs mention
2020-01-27 12:58:40 +01:00
Johan Andrén
8d8fa29f47
Examples for zipN, zipWithN and zipAll (#28510) 2020-01-27 09:50:34 +01:00
Christopher Batey
0d7d6f6411 Add kafka to sharding example project (#28518) 2020-01-24 13:14:02 +01:00
Johannes Rudolph
029a2a8460 docs: fix leader action transition descriptions (#28306)
* and more clarification about member states
2020-01-24 11:16:07 +01:00
Christopher Batey
a0268682de Add distributed workers to examples (#28506) 2020-01-22 13:57:07 +01:00
Christopher Batey
cbf9f71c32
External shard allocation strategy (#28211) 2020-01-21 16:08:51 +00:00
Patrik Nordwall
cbde44fc48
Merge pull request #28496 from akka/managingBlockingExample
Update 'managing blocking' examples
2020-01-21 12:54:15 +01:00
Eric Loots
a320475e86 Fix typo in Akka Typed Style guide (#28499) 2020-01-20 13:28:34 +01:00
Arnout Engelen
3dc20796ca Update 'managing blocking' examples
Having only one blocking actor is not enough, since then only one dispatcher
thread will be blocked at a time.
2020-01-17 15:35:05 +01:00
Mikhail Limansky
feb9499431 Update after merge 2020-01-17 16:56:15 +03:00
Mikhail Limansky
52c01832da Merge remote-tracking branch 'akka/master' into scalatest310 2020-01-17 16:03:32 +03:00