Ignasi Marimon-Clos
bcfdb896b0
Test jackson support for scala enumerations ( #28726 )
...
* Extends Spec over scala enumerations
* Adds documentation for scala enumeration support serializing with Jackson
2020-03-19 11:09:05 +01:00
Ignasi Marimon-Clos
3d8b4360f0
Docs: Example on the as/fromJavaStream operators ( #28745 )
2020-03-18 15:54:21 +01:00
Patrik Nordwall
94d5b04d93
Doc example of Sink.ignore, #25468 ( #28753 )
2020-03-18 12:42:20 +01:00
Renato Cavalcanti
990ad57527
Merge pull request #28727 from YikSanChan/patch-5
...
add missing full stop
2020-03-16 21:46:08 +01:00
Ignasi Marimon-Clos
69ce819b76
Fix link text
2020-03-13 22:36:51 +01:00
Johan Andrén
6f23b1fb4b
Update Source.actorRef sample to not use deprecated method #28679
2020-03-12 17:24:31 +01:00
yiksanchan
f01c9a3aa0
add missing full stop
2020-03-12 09:02:14 -07:00
Patrik Nordwall
1d16e847b5
Reliable delivery in Typed, #20984
...
Different approach than in classic AtLeastOnceDelivery because I would like:
* support flow control, with a work pulling approach
* be possible to use with or without persistence (without it may loose
messages if producer node crashes)
* detect lost messages on the consumer side and let that drive resends,
instead of aggressively resending from producer side
* deliver messages in order and deduplicate resent messages
* have an efficient protocol for acknowledgments over the network (not ack each message),
but still have a simple one-by-one protocol for the end user
* support 3 use cases (building blocks)
* point-to-point
* work pulling
* sharding
* optional durable queue, with one event sourced implementation
* protobuf serialization
* ApiMayChange
* reference docs and examples
* api docs
* doc example code missing so far
2020-03-12 15:37:16 +01:00
Renato Cavalcanti
6e171815b6
Adds ActorRef.ignore ( #28630 )
2020-03-12 12:40:56 +01:00
Arnout Engelen
dba69dba1d
Add docs and examples for RS fromPublisher #25468
2020-03-11 15:56:59 +01:00
Enno
45636e5af4
Docs: use https links ( #28713 )
2020-03-11 15:56:22 +01:00
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