Commit graph

1642 commits

Author SHA1 Message Date
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
Arnout Engelen
087ed4b5a5 Add source.completionStage example #25468 (#28338) 2020-01-15 15:04:15 +01:00
Christopher Batey
a8086e86e5 Operator doc for flatmap merge (#28488) 2020-01-15 13:20:41 +01:00
Johan Andrén
3ca7cb0f94
Examples for the sliding operator #25468 2020-01-14 16:03:11 +01:00
Johannes Rudolph
ec208cad08
Merge branch 'master' into scalatest310 2020-01-14 12:03:32 +01:00
Patrik Nordwall
ab2300c4cb doc: example for splitWhen and splitAfter, #25468 (#28480)
* doc: example for splitWhen and splitAfter, #25468
2020-01-14 10:17:20 +00:00
Patrik Nordwall
169098070d doc: links to videos (#28481) 2020-01-14 10:59:48 +01:00
Helena Edelson
8157338346 Minor doc and scaladoc cleanup. (#28484) 2020-01-14 10:59:12 +01:00
Patrik Nordwall
856c4ff6f6
Rename Start message in HelloWorld (#28469)
* Rename more Start to SayHello

* fix copyright year in InmemJournalSpec
2020-01-13 14:48:31 +01:00
Mikhail Limansky
3f6a92aecf Merge remote-tracking branch 'akka/master' into scalatest310
# Conflicts:
#	akka-cluster-sharding-typed/src/test/java/jdocs/akka/cluster/sharding/typed/AccountExampleDocTest.java
2020-01-13 13:22:54 +03:00
Jorge Cruz
e55a9fcf89 Add missing word Map to tutorial_4.md (#28472) 2020-01-13 10:56:42 +01:00
Patrik Nordwall
cdc45c128d
Publish operations from InmemJournal (#28332)
* small feature that is useful for verifying that expected events were persisted
* doc example
* also enable serialization test config
2020-01-13 09:46:43 +01:00
Mike Limansky
d9ed927df0 Update to ScalaTest 3.1.0, fix #28289. 2020-01-11 15:15:10 +03:00
Johan Andrén
4749b11be8 Typed receptionist deregistration (#28406)
* Co-authored-by: tipame <33191778+tipame@users.noreply.github.com>
2020-01-10 09:34:04 -08:00
Arnout Engelen
6b73a2504f
Document update strategy for sattelite projects (#28457)
* Document update strategy for sattelite projects #26985

Co-Authored-By: Dale Wijnand <344610+dwijnand@users.noreply.github.com>
2020-01-10 13:46:45 +01:00
gcnyin
0f6c01b13a docs: fix typo; 'mailboxes' to 'dispatchers' (#28461) 2020-01-09 10:28:20 +01:00
Johan Andrén
589c6511bd
Limit and LimitWeighted operator docs #25468 2020-01-08 16:26:51 +01:00