-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathbig-string-array.json
More file actions
1 lines (1 loc) · 72.4 KB
/
Copy pathbig-string-array.json
File metadata and controls
1 lines (1 loc) · 72.4 KB
1
["assignee","assignees","author_association","CONTRIBUTOR","body","There is no ClassTag in Java , so How would the `Props.create` looks like if I want to get a generic props factory.\r\n\r\nIf I have an Actor like:\r\n```java\r\nclass MetricsEventListener<Event extends MetricsEvent> extends AbstractActor\r\n```\r\nit's not easy to specify the `actorClass` parameter in Java.\r\n\r\n```\r\ndef create[T <: Actor](actorClass: Class[T], creator: Creator[T])\r\n```\r\n","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25885/comments","created_at","2018-11-07T13:17:44Z","events_url","https://api.github.com/repos/akka/akka/issues/25885/events","html_url","https://github.com/akka/akka/issues/25885","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25885/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzgyODM0NzE=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","better support for Props.create when creating generic Actor In Java","updated_at","2018-11-07T15:03:46Z","url","https://api.github.com/repos/akka/akka/issues/25885","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","MEMBER","body","I noticed that [Behavior#narrow](https://github.com/akka/akka/blob/v2.5.17/akka-actor-typed/src/main/scala/akka/actor/typed/Behavior.scala#L40-L45) indicates that `Behavior` is invariant when it could/should be contravariant. Is this something that should be investigated before committing to Akka Actor Typed's API?","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25884/comments","created_at","2018-11-07T11:43:05Z","events_url","https://api.github.com/repos/akka/akka/issues/25884/events","html_url","https://github.com/akka/akka/issues/25884","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25884/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzgyNTMzMTU=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Contravariant Behavior?","updated_at","2018-11-07T11:43:05Z","url","https://api.github.com/repos/akka/akka/issues/25884","user","avatar_url","https://avatars1.githubusercontent.com/u/344610?v=4","events_url","https://api.github.com/users/dwijnand/events{/privacy}","followers_url","https://api.github.com/users/dwijnand/followers","following_url","https://api.github.com/users/dwijnand/following{/other_user}","gists_url","https://api.github.com/users/dwijnand/gists{/gist_id}","gravatar_id","","html_url","https://github.com/dwijnand","id","login","dwijnand","node_id","MDQ6VXNlcjM0NDYxMA==","organizations_url","https://api.github.com/users/dwijnand/orgs","received_events_url","https://api.github.com/users/dwijnand/received_events","repos_url","https://api.github.com/users/dwijnand/repos","site_admin","starred_url","https://api.github.com/users/dwijnand/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/dwijnand/subscriptions","type","User","url","https://api.github.com/users/dwijnand","assignee","assignees","author_association","MEMBER","body","The In-Mem and file based snapshots are mentioned, but the in-mem doesn't have docs, and the snapshot is not linked to, furthermore the leveldb one has a docs section but has it's required dependency in the top of the persistence docs rather than in the leveldb section.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25883/comments","created_at","2018-11-07T10:14:48Z","events_url","https://api.github.com/repos/akka/akka/issues/25883/events","html_url","https://github.com/akka/akka/issues/25883","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","CCCCCC","default","id","name","t:docs","node_id","MDU6TGFiZWw5MjYyMjY3NQ==","url","https://api.github.com/repos/akka/akka/labels/t:docs","color","CCCCCC","default","id","name","t:persistence","node_id","MDU6TGFiZWw5MjYxMTcxMQ==","url","https://api.github.com/repos/akka/akka/labels/t:persistence","labels_url","https://api.github.com/repos/akka/akka/issues/25883/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzgyMjMwMDY=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Persistence docs unclear about the built in journals","updated_at","2018-11-07T10:39:04Z","url","https://api.github.com/repos/akka/akka/issues/25883","user","avatar_url","https://avatars3.githubusercontent.com/u/666915?v=4","events_url","https://api.github.com/users/johanandren/events{/privacy}","followers_url","https://api.github.com/users/johanandren/followers","following_url","https://api.github.com/users/johanandren/following{/other_user}","gists_url","https://api.github.com/users/johanandren/gists{/gist_id}","gravatar_id","","html_url","https://github.com/johanandren","id","login","johanandren","node_id","MDQ6VXNlcjY2NjkxNQ==","organizations_url","https://api.github.com/users/johanandren/orgs","received_events_url","https://api.github.com/users/johanandren/received_events","repos_url","https://api.github.com/users/johanandren/repos","site_admin","starred_url","https://api.github.com/users/johanandren/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/johanandren/subscriptions","type","User","url","https://api.github.com/users/johanandren","assignee","assignees","author_association","MEMBER","body","Found when testing #25733 on Windows 10. The rebind test in `UdpConnectedIntegrationSpec` passes with the PR for that one, but the other two testcases consistently seem to fail.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25882/comments","created_at","2018-11-07T09:16:30Z","events_url","https://api.github.com/repos/akka/akka/issues/25882/events","html_url","https://github.com/akka/akka/issues/25882","id","labels","color","e11d21","default","id","name","failed","node_id","MDU6TGFiZWw5MjYxODU1OQ==","url","https://api.github.com/repos/akka/akka/labels/failed","color","ededed","default","id","name","t:io","node_id","MDU6TGFiZWwxMDE0NjUwNTE=","url","https://api.github.com/repos/akka/akka/labels/t:io","color","cccccc","default","id","name","t:jdk-next","node_id","MDU6TGFiZWw2NTM1NzU1NTM=","url","https://api.github.com/repos/akka/akka/labels/t:jdk-next","labels_url","https://api.github.com/repos/akka/akka/issues/25882/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzgyMDE3Mzc=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","UDP tests fail on Windows and Java 11","updated_at","2018-11-07T09:17:17Z","url","https://api.github.com/repos/akka/akka/issues/25882","user","avatar_url","https://avatars3.githubusercontent.com/u/666915?v=4","events_url","https://api.github.com/users/johanandren/events{/privacy}","followers_url","https://api.github.com/users/johanandren/followers","following_url","https://api.github.com/users/johanandren/following{/other_user}","gists_url","https://api.github.com/users/johanandren/gists{/gist_id}","gravatar_id","","html_url","https://github.com/johanandren","id","login","johanandren","node_id","MDQ6VXNlcjY2NjkxNQ==","organizations_url","https://api.github.com/users/johanandren/orgs","received_events_url","https://api.github.com/users/johanandren/received_events","repos_url","https://api.github.com/users/johanandren/repos","site_admin","starred_url","https://api.github.com/users/johanandren/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/johanandren/subscriptions","type","User","url","https://api.github.com/users/johanandren","assignee","assignees","author_association","MEMBER","body","Alternative to #25878 (shares the same first few commits)","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25880/comments","created_at","2018-11-06T17:59:02Z","events_url","https://api.github.com/repos/akka/akka/issues/25880/events","html_url","https://github.com/akka/akka/pull/25880","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25880/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI4NzgyODMx","number","pull_request","diff_url","https://github.com/akka/akka/pull/25880.diff","html_url","https://github.com/akka/akka/pull/25880","patch_url","https://github.com/akka/akka/pull/25880.patch","url","https://api.github.com/repos/akka/akka/pulls/25880","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Introduce type member K to TimerScheduler to type timer keys","updated_at","2018-11-06T18:34:37Z","url","https://api.github.com/repos/akka/akka/issues/25880","user","avatar_url","https://avatars1.githubusercontent.com/u/344610?v=4","events_url","https://api.github.com/users/dwijnand/events{/privacy}","followers_url","https://api.github.com/users/dwijnand/followers","following_url","https://api.github.com/users/dwijnand/following{/other_user}","gists_url","https://api.github.com/users/dwijnand/gists{/gist_id}","gravatar_id","","html_url","https://github.com/dwijnand","id","login","dwijnand","node_id","MDQ6VXNlcjM0NDYxMA==","organizations_url","https://api.github.com/users/dwijnand/orgs","received_events_url","https://api.github.com/users/dwijnand/received_events","repos_url","https://api.github.com/users/dwijnand/repos","site_admin","starred_url","https://api.github.com/users/dwijnand/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/dwijnand/subscriptions","type","User","url","https://api.github.com/users/dwijnand","assignee","assignees","author_association","CONTRIBUTOR","body","refs:https://github.com/akka/akka/issues/25870","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25879/comments","created_at","2018-11-06T17:11:15Z","events_url","https://api.github.com/repos/akka/akka/issues/25879/events","html_url","https://github.com/akka/akka/pull/25879","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25879/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI4NzY4NDE5","number","pull_request","diff_url","https://github.com/akka/akka/pull/25879.diff","html_url","https://github.com/akka/akka/pull/25879","patch_url","https://github.com/akka/akka/pull/25879.patch","url","https://api.github.com/repos/akka/akka/pulls/25879","repository_url","https://api.github.com/repos/akka/akka","state","open","title","+act add getEventStream to ActorSystem","updated_at","2018-11-06T18:36:11Z","url","https://api.github.com/repos/akka/akka/issues/25879","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","MEMBER","body","Resubmit of #25865","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25878/comments","created_at","2018-11-06T13:14:10Z","events_url","https://api.github.com/repos/akka/akka/issues/25878/events","html_url","https://github.com/akka/akka/pull/25878","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25878/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI4Njg3MDA5","number","pull_request","diff_url","https://github.com/akka/akka/pull/25878.diff","html_url","https://github.com/akka/akka/pull/25878","patch_url","https://github.com/akka/akka/pull/25878.patch","url","https://api.github.com/repos/akka/akka/pulls/25878","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Introduce KeyTypedTimerScheduler to type timers keys","updated_at","2018-11-06T16:24:58Z","url","https://api.github.com/repos/akka/akka/issues/25878","user","avatar_url","https://avatars1.githubusercontent.com/u/344610?v=4","events_url","https://api.github.com/users/dwijnand/events{/privacy}","followers_url","https://api.github.com/users/dwijnand/followers","following_url","https://api.github.com/users/dwijnand/following{/other_user}","gists_url","https://api.github.com/users/dwijnand/gists{/gist_id}","gravatar_id","","html_url","https://github.com/dwijnand","id","login","dwijnand","node_id","MDQ6VXNlcjM0NDYxMA==","organizations_url","https://api.github.com/users/dwijnand/orgs","received_events_url","https://api.github.com/users/dwijnand/received_events","repos_url","https://api.github.com/users/dwijnand/repos","site_admin","starred_url","https://api.github.com/users/dwijnand/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/dwijnand/subscriptions","type","User","url","https://api.github.com/users/dwijnand","assignee","assignees","author_association","MEMBER","body","Alternative to #25864.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25877/comments","created_at","2018-11-06T11:01:05Z","events_url","https://api.github.com/repos/akka/akka/issues/25877/events","html_url","https://github.com/akka/akka/pull/25877","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25877/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI4NjUxNjU4","number","pull_request","diff_url","https://github.com/akka/akka/pull/25877.diff","html_url","https://github.com/akka/akka/pull/25877","patch_url","https://github.com/akka/akka/pull/25877.patch","url","https://api.github.com/repos/akka/akka/pulls/25877","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Introduce akka.japi.Util.nullClassValue","updated_at","2018-11-07T14:34:26Z","url","https://api.github.com/repos/akka/akka/issues/25877","user","avatar_url","https://avatars1.githubusercontent.com/u/344610?v=4","events_url","https://api.github.com/users/dwijnand/events{/privacy}","followers_url","https://api.github.com/users/dwijnand/followers","following_url","https://api.github.com/users/dwijnand/following{/other_user}","gists_url","https://api.github.com/users/dwijnand/gists{/gist_id}","gravatar_id","","html_url","https://github.com/dwijnand","id","login","dwijnand","node_id","MDQ6VXNlcjM0NDYxMA==","organizations_url","https://api.github.com/users/dwijnand/orgs","received_events_url","https://api.github.com/users/dwijnand/received_events","repos_url","https://api.github.com/users/dwijnand/repos","site_admin","starred_url","https://api.github.com/users/dwijnand/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/dwijnand/subscriptions","type","User","url","https://api.github.com/users/dwijnand","assignee","assignees","author_association","NONE","body","Hi, I think I've bumped into a bug very similar to #20232: sometimes, the last element of the original stream gets skipped. I'll try to get an isolated reproduction, but here's a bit of guesswork so far:\r\n\r\nLooking at the fix and the code, it would seem as if there was a race condition between `onTimer` and `onStreamFinish` — note that according to the [GraphStageLogic documentation](https://doc.akka.io/japi/akka/current/akka/stream/stage/GraphStageLogic.html), `onTimer` is not thread safe with regard to the internal state (emphasis is mine):\r\n\r\n> * Possible mutable state, accessible from the `InHandler` and `OutHandler` callbacks, **but not from anywhere else (as such access _would not be thread-safe_)** ","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25875/comments","created_at","2018-11-06T09:48:25Z","events_url","https://api.github.com/repos/akka/akka/issues/25875/events","html_url","https://github.com/akka/akka/issues/25875","id","labels","color","e11d21","default","id","name","bug","node_id","MDU6TGFiZWw5MjYxOTY3Nw==","url","https://api.github.com/repos/akka/akka/labels/bug","color","cccccc","default","id","name","t:stream","node_id","MDU6TGFiZWw5MzE0NDY5MA==","url","https://api.github.com/repos/akka/akka/labels/t:stream","labels_url","https://api.github.com/repos/akka/akka/issues/25875/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzc3NjY0MDA=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title",".groupedWithin can omit the last element from the source","updated_at","2018-11-06T10:00:34Z","url","https://api.github.com/repos/akka/akka/issues/25875","user","avatar_url","https://avatars0.githubusercontent.com/u/501837?v=4","events_url","https://api.github.com/users/alf239/events{/privacy}","followers_url","https://api.github.com/users/alf239/followers","following_url","https://api.github.com/users/alf239/following{/other_user}","gists_url","https://api.github.com/users/alf239/gists{/gist_id}","gravatar_id","","html_url","https://github.com/alf239","id","login","alf239","node_id","MDQ6VXNlcjUwMTgzNw==","organizations_url","https://api.github.com/users/alf239/orgs","received_events_url","https://api.github.com/users/alf239/received_events","repos_url","https://api.github.com/users/alf239/repos","site_admin","starred_url","https://api.github.com/users/alf239/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/alf239/subscriptions","type","User","url","https://api.github.com/users/alf239","assignee","assignees","author_association","CONTRIBUTOR","body","```\r\n scheduler.schedule(Duration.ofSeconds(1),\r\n Duration.ofSeconds(1),\r\n getSelf(),\r\n MetricsLoggingTick.getInstance(),\r\n getContext().getSystem()\r\n .getDispatcher(),\r\n ActorRef.noSender());\r\n```\r\nThere are some situations I would like to write \r\n```\r\n scheduler.schedule(Duration.ofSeconds(1),\r\n Duration.ofSeconds(1),\r\n getSelf(),\r\n () -> generateNewMessage() ,//the generator\r\n getContext().getSystem()\r\n .getDispatcher(),\r\n ActorRef.noSender());\r\n```","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25874/comments","created_at","2018-11-06T08:44:04Z","events_url","https://api.github.com/repos/akka/akka/issues/25874/events","html_url","https://github.com/akka/akka/issues/25874","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25874/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzc3NDMzMjk=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","add an overloaded method with messageGenerator parameter to `Scheduler#schedule`","updated_at","2018-11-06T10:40:14Z","url","https://api.github.com/repos/akka/akka/issues/25874","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","CONTRIBUTOR","body","like `dropNew` and `dropOld`,the default implementation seems like `dropNew` by default.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25873/comments","created_at","2018-11-06T08:36:45Z","events_url","https://api.github.com/repos/akka/akka/issues/25873/events","html_url","https://github.com/akka/akka/issues/25873","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25873/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzc3NDEwMzc=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","add discarding policy to NonBlockingBoundedMailbox","updated_at","2018-11-06T08:36:45Z","url","https://api.github.com/repos/akka/akka/issues/25873","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","CONTRIBUTOR","body","```\r\n return receiveBuilder()\r\n .match(interestedEventClazz,\r\n event -> handleEvent(event))\r\n .matchEquals(MetricsLoggingTick.getInstance(),\r\n tick -> doLogging())\r\n .build();\r\n```\r\nI would more like to write \r\n\r\n```\r\n return receiveBuilder()\r\n .match(interestedEventClazz,\r\n event -> handleEvent(event))\r\n .matchEquals(MetricsLoggingTick.getInstance(),\r\n () -> doLogging())\r\n .build();\r\n```","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25872/comments","created_at","2018-11-06T08:15:52Z","events_url","https://api.github.com/repos/akka/akka/issues/25872/events","html_url","https://github.com/akka/akka/issues/25872","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25872/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzc3MzQ3NTM=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","add Consumer to receiver builder","updated_at","2018-11-06T08:15:52Z","url","https://api.github.com/repos/akka/akka/issues/25872","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","CONTRIBUTOR","body","currently:\r\n```\r\n final EventStream eventStream = this.actorSystem.eventStream();\r\n eventStream.publish(event);\r\n```\r\nmake it more discoverable for Java devs.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25870/comments","created_at","2018-11-06T07:31:09Z","events_url","https://api.github.com/repos/akka/akka/issues/25870/events","html_url","https://github.com/akka/akka/issues/25870","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","009800","default","id","name","help wanted","node_id","MDU6TGFiZWw5MjYxNjcwOA==","url","https://api.github.com/repos/akka/akka/labels/help%20wanted","color","ededed","default","id","name","t:core","node_id","MDU6TGFiZWwxMDMzODc0Mzc=","url","https://api.github.com/repos/akka/akka/labels/t:core","labels_url","https://api.github.com/repos/akka/akka/issues/25870/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzc3MjMyNjU=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","add `getEventStream` to `ActorSystem`","updated_at","2018-11-06T15:39:17Z","url","https://api.github.com/repos/akka/akka/issues/25870","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989","assignee","assignees","author_association","MEMBER","body","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25863/comments","created_at","2018-11-03T14:17:27Z","events_url","https://api.github.com/repos/akka/akka/issues/25863/events","html_url","https://github.com/akka/akka/pull/25863","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25863/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI4MTIwNzAz","number","pull_request","diff_url","https://github.com/akka/akka/pull/25863.diff","html_url","https://github.com/akka/akka/pull/25863","patch_url","https://github.com/akka/akka/pull/25863.patch","url","https://api.github.com/repos/akka/akka/pulls/25863","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Cleanups in typed TestProbe fishForMessage impl","updated_at","2018-11-06T15:53:46Z","url","https://api.github.com/repos/akka/akka/issues/25863","user","avatar_url","https://avatars1.githubusercontent.com/u/344610?v=4","events_url","https://api.github.com/users/dwijnand/events{/privacy}","followers_url","https://api.github.com/users/dwijnand/followers","following_url","https://api.github.com/users/dwijnand/following{/other_user}","gists_url","https://api.github.com/users/dwijnand/gists{/gist_id}","gravatar_id","","html_url","https://github.com/dwijnand","id","login","dwijnand","node_id","MDQ6VXNlcjM0NDYxMA==","organizations_url","https://api.github.com/users/dwijnand/orgs","received_events_url","https://api.github.com/users/dwijnand/received_events","repos_url","https://api.github.com/users/dwijnand/repos","site_admin","starred_url","https://api.github.com/users/dwijnand/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/dwijnand/subscriptions","type","User","url","https://api.github.com/users/dwijnand","assignee","assignees","author_association","CONTRIBUTOR","body","I believe `Source. unfoldResourceAsync` does not call its `close` function when the `read` function returns a failed future. I read the use of `Source. unfoldResourceAsync` as a streams version of a `try`/`finally` block.\r\n\r\nWhat is the view here on whether the `close` function should always be called, regardless of failure given that `create` was performed with success?","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25862/comments","created_at","2018-11-02T20:40:26Z","events_url","https://api.github.com/repos/akka/akka/issues/25862/events","html_url","https://github.com/akka/akka/issues/25862","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25862/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzY5NjAyODU=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Source. unfoldResourceAsync should call close on read failure","updated_at","2018-11-02T21:08:06Z","url","https://api.github.com/repos/akka/akka/issues/25862","user","avatar_url","https://avatars2.githubusercontent.com/u/694893?v=4","events_url","https://api.github.com/users/huntc/events{/privacy}","followers_url","https://api.github.com/users/huntc/followers","following_url","https://api.github.com/users/huntc/following{/other_user}","gists_url","https://api.github.com/users/huntc/gists{/gist_id}","gravatar_id","","html_url","https://github.com/huntc","id","login","huntc","node_id","MDQ6VXNlcjY5NDg5Mw==","organizations_url","https://api.github.com/users/huntc/orgs","received_events_url","https://api.github.com/users/huntc/received_events","repos_url","https://api.github.com/users/huntc/repos","site_admin","starred_url","https://api.github.com/users/huntc/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/huntc/subscriptions","type","User","url","https://api.github.com/users/huntc","assignee","assignees","author_association","MEMBER","body","As it is now the stream attribute `Name`'s value is URL encoded in the `name` factory method which makes it less usable for human eyes when used in graph printouts or monitoring tools.\r\n\r\nhttps://github.com/akka/akka/blob/v2.5.17/akka-stream/src/main/scala/akka/stream/Attributes.scala#L340\r\n\r\nThe encoded name is required when it is used as part of an actor path. The un-encoded name should be kept around for all other use.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25859/comments","created_at","2018-11-02T13:19:07Z","events_url","https://api.github.com/repos/akka/akka/issues/25859/events","html_url","https://github.com/akka/akka/issues/25859","id","labels","labels_url","https://api.github.com/repos/akka/akka/issues/25859/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzY4MDY3NzQ=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Store stream attribute `Name` unencoded","updated_at","2018-11-02T14:52:43Z","url","https://api.github.com/repos/akka/akka/issues/25859","user","avatar_url","https://avatars3.githubusercontent.com/u/458526?v=4","events_url","https://api.github.com/users/ennru/events{/privacy}","followers_url","https://api.github.com/users/ennru/followers","following_url","https://api.github.com/users/ennru/following{/other_user}","gists_url","https://api.github.com/users/ennru/gists{/gist_id}","gravatar_id","","html_url","https://github.com/ennru","id","login","ennru","node_id","MDQ6VXNlcjQ1ODUyNg==","organizations_url","https://api.github.com/users/ennru/orgs","received_events_url","https://api.github.com/users/ennru/received_events","repos_url","https://api.github.com/users/ennru/repos","site_admin","starred_url","https://api.github.com/users/ennru/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/ennru/subscriptions","type","User","url","https://api.github.com/users/ennru","assignee","assignees","author_association","MEMBER","body","https://jenkins.akka.io:8498/blue/organizations/jenkins/akka-multi-node-nightly/detail/akka-multi-node-nightly/6509/pipeline\r\n```\r\n[info] - must work in mode ClientInitiates while sending LargeMessages *** FAILED *** (8 seconds, 59 milliseconds)\r\n[info] java.util.concurrent.TimeoutException: Futures timed out after [8 seconds]\r\n[info] at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:255)\r\n[info] at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:259)\r\n[info] at scala.concurrent.Await$.$anonfun$result$1(package.scala:215)\r\n[info] at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53)\r\n[info] at scala.concurrent.Await$.result(package.scala:142)\r\n[info] at akka.stream.io.TlsSpec.$anonfun$new$8(TlsSpec.scala:386)\r\n[info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)\r\n[info] at akka.stream.testkit.scaladsl.StreamTestKit$.assertAllStagesStopped(StreamTestKit.scala:28)\r\n[info] at akka.stream.io.TlsSpec.$anonfun$new$7(TlsSpec.scala:361)\r\n[info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)\r\n[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)\r\n[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)\r\n[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)\r\n[info] at org.scalatest.Transformer.apply(Transformer.scala:22)\r\n[info] at org.scalatest.Transformer.apply(Transformer.scala:20)\r\n[info] at org.scalatest.WordSpecLike$$anon$1.apply(WordSpecLike.scala:1078)\r\n[info] at akka.testkit.WithLogCapturing.$anonfun$withFixture$1(WithLogCapturing.scala:35)\r\n[info] at akka.testkit.EventFilter.intercept(TestEventListener.scala:111)\r\n[info] at akka.testkit.WithLogCapturing.withFixture(WithLogCapturing.scala:33)\r\n[info] at akka.testkit.WithLogCapturing.withFixture$(WithLogCapturing.scala:20)\r\n[info] at akka.stream.io.TlsSpec.withFixture(TlsSpec.scala:98)\r\n[info] at org.scalatest.WordSpecLike.invokeWithFixture$1(WordSpecLike.scala:1076)\r\n[info] at org.scalatest.WordSpecLike.$anonfun$runTest$1(WordSpecLike.scala:1088)\r\n[info] at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)\r\n[info] at org.scalatest.WordSpecLike.runTest(WordSpecLike.scala:1088)\r\n[info] at org.scalatest.WordSpecLike.runTest$(WordSpecLike.scala:1070)\r\n[info] at akka.testkit.AkkaSpec.runTest(AkkaSpec.scala:60)\r\n[info] at org.scalatest.WordSpecLike.$anonfun$runTests$1(WordSpecLike.scala:1147)\r\n[info] at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)\r\n[info] at scala.collection.immutable.List.foreach(List.scala:388)\r\n[info] at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)\r\n[info] at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:373)\r\n[info] at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:410)\r\n[info] at scala.collection.immutable.List.foreach(List.scala:388)\r\n[info] at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)\r\n[info] at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)\r\n[info] at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)\r\n[info] at org.scalatest.WordSpecLike.runTests(WordSpecLike.scala:1147)\r\n[info] at org.scalatest.WordSpecLike.runTests$(WordSpecLike.scala:1146)\r\n[info] at akka.testkit.AkkaSpec.runTests(AkkaSpec.scala:60)\r\n[info] at org.scalatest.Suite.run(Suite.scala:1147)\r\n[info] at org.scalatest.Suite.run$(Suite.scala:1129)\r\n[info] at akka.testkit.AkkaSpec.org$scalatest$WordSpecLike$$super$run(AkkaSpec.scala:60)\r\n[info] at org.scalatest.WordSpecLike.$anonfun$run$1(WordSpecLike.scala:1192)\r\n[info] at org.scalatest.SuperEngine.runImpl(Engine.scala:521)\r\n[info] at org.scalatest.WordSpecLike.run(WordSpecLike.scala:1192)\r\n[info] at org.scalatest.WordSpecLike.run$(WordSpecLike.scala:1190)\r\n[info] at akka.testkit.AkkaSpec.org$scalatest$BeforeAndAfterAll$$super$run(AkkaSpec.scala:60)\r\n[info] at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)\r\n[info] at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)\r\n[info] at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)\r\n[info] at akka.testkit.AkkaSpec.run(AkkaSpec.scala:60)\r\n[info] at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:314)\r\n[info] at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:507)\r\n[info] at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:304)\r\n[info] at java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n[info] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n[info] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n[info] at java.lang.Thread.run(Thread.java:748)\r\n```","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25858/comments","created_at","2018-11-02T12:43:46Z","events_url","https://api.github.com/repos/akka/akka/issues/25858/events","html_url","https://github.com/akka/akka/issues/25858","id","labels","color","e11d21","default","id","name","failed","node_id","MDU6TGFiZWw5MjYxODU1OQ==","url","https://api.github.com/repos/akka/akka/labels/failed","labels_url","https://api.github.com/repos/akka/akka/issues/25858/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzY3OTUxNTg=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","SslTls must work in mode ClientInitiates while sending LargeMessages","updated_at","2018-11-02T12:43:46Z","url","https://api.github.com/repos/akka/akka/issues/25858","user","avatar_url","https://avatars2.githubusercontent.com/u/131856?v=4","events_url","https://api.github.com/users/raboof/events{/privacy}","followers_url","https://api.github.com/users/raboof/followers","following_url","https://api.github.com/users/raboof/following{/other_user}","gists_url","https://api.github.com/users/raboof/gists{/gist_id}","gravatar_id","","html_url","https://github.com/raboof","id","login","raboof","node_id","MDQ6VXNlcjEzMTg1Ng==","organizations_url","https://api.github.com/users/raboof/orgs","received_events_url","https://api.github.com/users/raboof/received_events","repos_url","https://api.github.com/users/raboof/repos","site_admin","starred_url","https://api.github.com/users/raboof/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/raboof/subscriptions","type","User","url","https://api.github.com/users/raboof","assignee","assignees","author_association","MEMBER","body","Strange that the failure to pull the docker image didn't cause the tests to fail, the first test fails with a timeout instead.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25857/comments","created_at","2018-11-02T12:41:11Z","events_url","https://api.github.com/repos/akka/akka/issues/25857/events","html_url","https://github.com/akka/akka/issues/25857","id","labels","color","e11d21","default","id","name","failed","node_id","MDU6TGFiZWw5MjYxODU1OQ==","url","https://api.github.com/repos/akka/akka/labels/failed","labels_url","https://api.github.com/repos/akka/akka/issues/25857/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzY3OTQzMTA=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","AsyncDnsResolverIntegrationSpec: Failed to pull docker image [raboof/bind:9.11.3-20180713-nochown], is docker running?","updated_at","2018-11-02T12:41:11Z","url","https://api.github.com/repos/akka/akka/issues/25857","user","avatar_url","https://avatars2.githubusercontent.com/u/131856?v=4","events_url","https://api.github.com/users/raboof/events{/privacy}","followers_url","https://api.github.com/users/raboof/followers","following_url","https://api.github.com/users/raboof/following{/other_user}","gists_url","https://api.github.com/users/raboof/gists{/gist_id}","gravatar_id","","html_url","https://github.com/raboof","id","login","raboof","node_id","MDQ6VXNlcjEzMTg1Ng==","organizations_url","https://api.github.com/users/raboof/orgs","received_events_url","https://api.github.com/users/raboof/received_events","repos_url","https://api.github.com/users/raboof/repos","site_admin","starred_url","https://api.github.com/users/raboof/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/raboof/subscriptions","type","User","url","https://api.github.com/users/raboof","assignee","assignees","author_association","MEMBER","body","https://jenkins.akka.io:8498/blue/organizations/jenkins/akka-nightly-2.11/detail/akka-nightly-2.11/739/pipeline\r\n\r\nApparently we only waited 5 seconds for the DNS server to start up, which was too little. Though it seems like in that time it did not start producing any logging at all? Suspicious.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25855/comments","created_at","2018-11-02T12:17:38Z","events_url","https://api.github.com/repos/akka/akka/issues/25855/events","html_url","https://github.com/akka/akka/issues/25855","id","labels","color","e11d21","default","id","name","failed","node_id","MDU6TGFiZWw5MjYxODU1OQ==","url","https://api.github.com/repos/akka/akka/labels/failed","labels_url","https://api.github.com/repos/akka/akka/issues/25855/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzY3ODcxMTc=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","AsyncDnsResolverIntegrationSpec: \"\" did not include substring \"all zones loaded\". (DockerBindDnsService.scala:59)","updated_at","2018-11-02T12:26:45Z","url","https://api.github.com/repos/akka/akka/issues/25855","user","avatar_url","https://avatars2.githubusercontent.com/u/131856?v=4","events_url","https://api.github.com/users/raboof/events{/privacy}","followers_url","https://api.github.com/users/raboof/followers","following_url","https://api.github.com/users/raboof/following{/other_user}","gists_url","https://api.github.com/users/raboof/gists{/gist_id}","gravatar_id","","html_url","https://github.com/raboof","id","login","raboof","node_id","MDQ6VXNlcjEzMTg1Ng==","organizations_url","https://api.github.com/users/raboof/orgs","received_events_url","https://api.github.com/users/raboof/received_events","repos_url","https://api.github.com/users/raboof/repos","site_admin","starred_url","https://api.github.com/users/raboof/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/raboof/subscriptions","type","User","url","https://api.github.com/users/raboof","assignee","avatar_url","https://avatars1.githubusercontent.com/u/1866779?v=4","events_url","https://api.github.com/users/chbatey/events{/privacy}","followers_url","https://api.github.com/users/chbatey/followers","following_url","https://api.github.com/users/chbatey/following{/other_user}","gists_url","https://api.github.com/users/chbatey/gists{/gist_id}","gravatar_id","","html_url","https://github.com/chbatey","id","login","chbatey","node_id","MDQ6VXNlcjE4NjY3Nzk=","organizations_url","https://api.github.com/users/chbatey/orgs","received_events_url","https://api.github.com/users/chbatey/received_events","repos_url","https://api.github.com/users/chbatey/repos","site_admin","starred_url","https://api.github.com/users/chbatey/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/chbatey/subscriptions","type","User","url","https://api.github.com/users/chbatey","assignees","avatar_url","https://avatars1.githubusercontent.com/u/1866779?v=4","events_url","https://api.github.com/users/chbatey/events{/privacy}","followers_url","https://api.github.com/users/chbatey/followers","following_url","https://api.github.com/users/chbatey/following{/other_user}","gists_url","https://api.github.com/users/chbatey/gists{/gist_id}","gravatar_id","","html_url","https://github.com/chbatey","id","login","chbatey","node_id","MDQ6VXNlcjE4NjY3Nzk=","organizations_url","https://api.github.com/users/chbatey/orgs","received_events_url","https://api.github.com/users/chbatey/received_events","repos_url","https://api.github.com/users/chbatey/repos","site_admin","starred_url","https://api.github.com/users/chbatey/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/chbatey/subscriptions","type","User","url","https://api.github.com/users/chbatey","author_association","MEMBER","body","See https://github.com/akka/akka/pull/25848#discussion_r230058165\n\nMust be merged after https://github.com/akka/akka/pull/25848","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25850/comments","created_at","2018-11-01T22:07:01Z","events_url","https://api.github.com/repos/akka/akka/issues/25850/events","html_url","https://github.com/akka/akka/pull/25850","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25850/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI3Nzc0NjA1","number","pull_request","diff_url","https://github.com/akka/akka/pull/25850.diff","html_url","https://github.com/akka/akka/pull/25850","patch_url","https://github.com/akka/akka/pull/25850.patch","url","https://api.github.com/repos/akka/akka/pulls/25850","repository_url","https://api.github.com/repos/akka/akka","state","open","title","[WIP] Replaces TTL primitive types with Duration","updated_at","2018-11-07T13:11:55Z","url","https://api.github.com/repos/akka/akka/issues/25850","user","avatar_url","https://avatars2.githubusercontent.com/u/762126?v=4","events_url","https://api.github.com/users/ignasi35/events{/privacy}","followers_url","https://api.github.com/users/ignasi35/followers","following_url","https://api.github.com/users/ignasi35/following{/other_user}","gists_url","https://api.github.com/users/ignasi35/gists{/gist_id}","gravatar_id","","html_url","https://github.com/ignasi35","id","login","ignasi35","node_id","MDQ6VXNlcjc2MjEyNg==","organizations_url","https://api.github.com/users/ignasi35/orgs","received_events_url","https://api.github.com/users/ignasi35/received_events","repos_url","https://api.github.com/users/ignasi35/repos","site_admin","starred_url","https://api.github.com/users/ignasi35/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/ignasi35/subscriptions","type","User","url","https://api.github.com/users/ignasi35","assignee","assignees","author_association","NONE","body","<!-- \r\nWe use the issue tracker for bugs and feature requests. For general questions and discussion please use https://discuss.akka.io or https://gitter.im/akka/akka instead.\r\n\r\nPlease report issues regarding specific projects in their respective issue trackers, e.g.:\r\n - Akka HTTP: https://github.com/akka/akka-http/issues \r\n - Alpakka: https://github.com/akka/alpakka/issues \r\n - Akka Persistence Cassandra Plugin: https://github.com/akka/akka-persistence-cassandra/issues\r\n - ...\r\n\r\nPlease explain your issue precisely, and if possible provide a reproducer snippet (this helps resolve issues much quicker).\r\n\r\nThanks, happy hakking!\r\n-->\r\n\r\nThe project uses actor based distributed pub-sub to handle topics published and subscribed. Due to the massive workflow of the project uses akka's actor modelling. Extending of the akka cluster-tools library for topics pub-sub, I am facing the following issues from the library. \r\nJust for the demonstration of the issue. I have reproduced the same issue with the sample test code from the documentation.\r\n\r\n##### Code\r\nI was running the following snippet of code referred from the documentation. \r\n\r\n```java\r\npublic class DistributedPubSubExample extends AbstractActor {\r\n\r\n LoggingAdapter log = Logging.getLogger(getContext().system(), this);\r\n\r\n /**\r\n * DistributedPubSubExample.\r\n */\r\n public DistributedPubSubExample() {\r\n ActorRef mediator =\r\n DistributedPubSub.get(getContext().system()).mediator();\r\n mediator.tell(new DistributedPubSubMediator.Subscribe(\"content\", getSelf()),\r\n getSelf());\r\n }\r\n\r\n @Override\r\n public Receive createReceive() {\r\n return receiveBuilder()\r\n .match(String.class, msg ->\r\n log.info(\"Got: {}\", msg))\r\n .match(DistributedPubSubMediator.SubscribeAck.class, msg ->\r\n log.info(\"subscribed\"))\r\n .build();\r\n }\r\n}\r\n```\r\n----\r\n\r\n##### Issue\r\nAt the time of compiling, I am getting the following error. \r\n\r\n```\r\n[error] /home/arun/Developer/DistributedPubSub/src/main/java/DistributedPubSubExample.java:17:1: reference to get is ambiguous\r\n[error] both method get(akka.actor.ActorSystem) in akka.cluster.pubsub.DistributedPubSub and method get(akka.actor.ActorSystem) in akka.cluster.pubsub.DistributedPubSub match\r\n[error] DistributedPubSub.get(getContext().system()).mediator();\r\n[error] (Compile / compileIncremental) javac returned non-zero exit code\r\n[error] Total time: 5 s, completed 1 Nov 2018, 11:22:03\r\n```\r\n-----\r\n##### Setup\r\n- Java 8/11 ( Tried with both the version of JVM)\r\n- Akka 2.5.17 (same version for akka-cluster-tools) \r\n- scala version 2.12.7\r\n- Build tool : sbt 1.2.6\r\n\r\n##### Notes\r\n- I have tried compiling the code with JRE 11 as well as JRE 1.8, the issue remains the same.\r\n","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25849/comments","created_at","2018-11-01T12:27:28Z","events_url","https://api.github.com/repos/akka/akka/issues/25849/events","html_url","https://github.com/akka/akka/issues/25849","id","labels","color","ffffff","default","id","name","0 - new","node_id","MDU6TGFiZWw5MjY2NzUzNw==","url","https://api.github.com/repos/akka/akka/labels/0%20-%20new","labels_url","https://api.github.com/repos/akka/akka/issues/25849/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzYzNzIwOTk=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","DistributedPubSub - reference to get is ambiguous","updated_at","2018-11-02T16:51:34Z","url","https://api.github.com/repos/akka/akka/issues/25849","user","avatar_url","https://avatars0.githubusercontent.com/u/5263182?v=4","events_url","https://api.github.com/users/arun63/events{/privacy}","followers_url","https://api.github.com/users/arun63/followers","following_url","https://api.github.com/users/arun63/following{/other_user}","gists_url","https://api.github.com/users/arun63/gists{/gist_id}","gravatar_id","","html_url","https://github.com/arun63","id","login","arun63","node_id","MDQ6VXNlcjUyNjMxODI=","organizations_url","https://api.github.com/users/arun63/orgs","received_events_url","https://api.github.com/users/arun63/received_events","repos_url","https://api.github.com/users/arun63/repos","site_admin","starred_url","https://api.github.com/users/arun63/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/arun63/subscriptions","type","User","url","https://api.github.com/users/arun63","assignee","assignees","author_association","MEMBER","body","Before resolving via DNS server check the local hosts file. ","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25846/comments","created_at","2018-11-01T08:13:15Z","events_url","https://api.github.com/repos/akka/akka/issues/25846/events","html_url","https://github.com/akka/akka/issues/25846","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","cccccc","default","id","name","t:dns","node_id","MDU6TGFiZWw5NDk5ODUxNjA=","url","https://api.github.com/repos/akka/akka/labels/t:dns","labels_url","https://api.github.com/repos/akka/akka/issues/25846/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzYyOTQ4MDM=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Async DNS support for /etc/localhost and C:\\Windows\\system32\\drivers\\etc\\hosts","updated_at","2018-11-01T08:13:15Z","url","https://api.github.com/repos/akka/akka/issues/25846","user","avatar_url","https://avatars1.githubusercontent.com/u/1866779?v=4","events_url","https://api.github.com/users/chbatey/events{/privacy}","followers_url","https://api.github.com/users/chbatey/followers","following_url","https://api.github.com/users/chbatey/following{/other_user}","gists_url","https://api.github.com/users/chbatey/gists{/gist_id}","gravatar_id","","html_url","https://github.com/chbatey","id","login","chbatey","node_id","MDQ6VXNlcjE4NjY3Nzk=","organizations_url","https://api.github.com/users/chbatey/orgs","received_events_url","https://api.github.com/users/chbatey/received_events","repos_url","https://api.github.com/users/chbatey/repos","site_admin","starred_url","https://api.github.com/users/chbatey/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/chbatey/subscriptions","type","User","url","https://api.github.com/users/chbatey","assignee","assignees","author_association","MEMBER","body","This bit from Alpakka Kafka might be relevant across Akka.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25845/comments","created_at","2018-10-31T11:24:29Z","events_url","https://api.github.com/repos/akka/akka/issues/25845/events","html_url","https://github.com/akka/akka/pull/25845","id","labels","color","e10c02","default","id","name","needs-attention","node_id","MDU6TGFiZWwzNzc5NzM0OA==","url","https://api.github.com/repos/akka/akka/labels/needs-attention","labels_url","https://api.github.com/repos/akka/akka/issues/25845/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI3MjQ4NjMx","number","pull_request","diff_url","https://github.com/akka/akka/pull/25845.diff","html_url","https://github.com/akka/akka/pull/25845","patch_url","https://github.com/akka/akka/pull/25845.patch","url","https://api.github.com/repos/akka/akka/pulls/25845","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Standardise support for reading infinite durations from Config","updated_at","2018-11-02T17:05:45Z","url","https://api.github.com/repos/akka/akka/issues/25845","user","avatar_url","https://avatars3.githubusercontent.com/u/458526?v=4","events_url","https://api.github.com/users/ennru/events{/privacy}","followers_url","https://api.github.com/users/ennru/followers","following_url","https://api.github.com/users/ennru/following{/other_user}","gists_url","https://api.github.com/users/ennru/gists{/gist_id}","gravatar_id","","html_url","https://github.com/ennru","id","login","ennru","node_id","MDQ6VXNlcjQ1ODUyNg==","organizations_url","https://api.github.com/users/ennru/orgs","received_events_url","https://api.github.com/users/ennru/received_events","repos_url","https://api.github.com/users/ennru/repos","site_admin","starred_url","https://api.github.com/users/ennru/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/ennru/subscriptions","type","User","url","https://api.github.com/users/ennru","assignee","assignees","author_association","NONE","body","","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25844/comments","created_at","2018-10-31T10:00:13Z","events_url","https://api.github.com/repos/akka/akka/issues/25844/events","html_url","https://github.com/akka/akka/pull/25844","id","labels","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25844/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI3MjIyOTQ3","number","pull_request","diff_url","https://github.com/akka/akka/pull/25844.diff","html_url","https://github.com/akka/akka/pull/25844","patch_url","https://github.com/akka/akka/pull/25844.patch","url","https://api.github.com/repos/akka/akka/pulls/25844","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Fix broken link to lagom framework","updated_at","2018-11-02T10:39:12Z","url","https://api.github.com/repos/akka/akka/issues/25844","user","avatar_url","https://avatars1.githubusercontent.com/u/922340?v=4","events_url","https://api.github.com/users/balteo/events{/privacy}","followers_url","https://api.github.com/users/balteo/followers","following_url","https://api.github.com/users/balteo/following{/other_user}","gists_url","https://api.github.com/users/balteo/gists{/gist_id}","gravatar_id","","html_url","https://github.com/balteo","id","login","balteo","node_id","MDQ6VXNlcjkyMjM0MA==","organizations_url","https://api.github.com/users/balteo/orgs","received_events_url","https://api.github.com/users/balteo/received_events","repos_url","https://api.github.com/users/balteo/repos","site_admin","starred_url","https://api.github.com/users/balteo/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/balteo/subscriptions","type","User","url","https://api.github.com/users/balteo","assignee","assignees","author_association","NONE","body","<!-- \r\nWe use the issue tracker for bugs and feature requests. For general questions and discussion please use https://discuss.akka.io or https://gitter.im/akka/akka instead.\r\n\r\nPlease report issues regarding specific projects in their respective issue trackers, e.g.:\r\n - Akka HTTP: https://github.com/akka/akka-http/issues \r\n - Alpakka: https://github.com/akka/alpakka/issues \r\n - Akka Persistence Cassandra Plugin: https://github.com/akka/akka-persistence-cassandra/issues\r\n - ...\r\n\r\nPlease explain your issue precisely, and if possible provide a reproducer snippet (this helps resolve issues much quicker).\r\n\r\nThanks, happy hakking!\r\n-->\r\n\r\nThere's a broken link to the Lagom framework here in the docs: https://doc.akka.io/docs/akka/current/persistence.html?language=scala#scaling-out\r\n\r\nThe correct URL is: https://www.lagomframework.com/","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25843/comments","created_at","2018-10-31T09:44:19Z","events_url","https://api.github.com/repos/akka/akka/issues/25843/events","html_url","https://github.com/akka/akka/issues/25843","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","CCCCCC","default","id","name","t:docs","node_id","MDU6TGFiZWw5MjYyMjY3NQ==","url","https://api.github.com/repos/akka/akka/labels/t:docs","labels_url","https://api.github.com/repos/akka/akka/issues/25843/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzU4NzY0MzA=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Broken link to the Lagom framework website","updated_at","2018-10-31T10:01:03Z","url","https://api.github.com/repos/akka/akka/issues/25843","user","avatar_url","https://avatars1.githubusercontent.com/u/922340?v=4","events_url","https://api.github.com/users/balteo/events{/privacy}","followers_url","https://api.github.com/users/balteo/followers","following_url","https://api.github.com/users/balteo/following{/other_user}","gists_url","https://api.github.com/users/balteo/gists{/gist_id}","gravatar_id","","html_url","https://github.com/balteo","id","login","balteo","node_id","MDQ6VXNlcjkyMjM0MA==","organizations_url","https://api.github.com/users/balteo/orgs","received_events_url","https://api.github.com/users/balteo/received_events","repos_url","https://api.github.com/users/balteo/repos","site_admin","starred_url","https://api.github.com/users/balteo/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/balteo/subscriptions","type","User","url","https://api.github.com/users/balteo","assignee","assignees","author_association","NONE","body","Hi,\r\n\r\nAkka Typed will fail when using `orElse` on `Deferred` behavior (by using `Behaviors.setup()`) with the following error:\r\n\r\n```\r\njava.lang.IllegalArgumentException: deferred [Deferred(Behaviors.scala:43)] should not be passed to interpreter\r\n```\r\n\r\nIt seems like `Behavior` objects will not be properly started when using `orElse` . The code below will reproduce the problem:\r\n\r\n```java\r\nimport akka.actor.typed.ActorSystem;\r\nimport akka.actor.typed.Behavior;\r\nimport akka.actor.typed.javadsl.Behaviors;\r\n\r\npublic class Main {\r\n public static void main(String[] args) {\r\n final Behavior<Object> behavior = Behaviors.setup(ctx -> Behaviors.empty())\r\n .orElse(Behaviors.receiveMessage(msg -> { \r\n System.out.println(msg); \r\n return Behaviors.same(); \r\n }));\r\n\r\n final ActorSystem<Object> system = ActorSystem.create(behavior, \"hello\");\r\n system.tell(1);\r\n }\r\n}\r\n```\r\n\r\nIs this expected behavior? \r\n","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25841/comments","created_at","2018-10-30T22:27:27Z","events_url","https://api.github.com/repos/akka/akka/issues/25841/events","html_url","https://github.com/akka/akka/issues/25841","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","e11d21","default","id","name","bug","node_id","MDU6TGFiZWw5MjYxOTY3Nw==","url","https://api.github.com/repos/akka/akka/labels/bug","color","eeeeee","default","id","name","t:typed","node_id","MDU6TGFiZWwxNzEyNzIyOTQ=","url","https://api.github.com/repos/akka/akka/labels/t:typed","labels_url","https://api.github.com/repos/akka/akka/issues/25841/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzU3MTk1MzQ=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Behavior#orElse fails for Deferred","updated_at","2018-11-05T14:32:47Z","url","https://api.github.com/repos/akka/akka/issues/25841","user","avatar_url","https://avatars3.githubusercontent.com/u/767351?v=4","events_url","https://api.github.com/users/fabianishere/events{/privacy}","followers_url","https://api.github.com/users/fabianishere/followers","following_url","https://api.github.com/users/fabianishere/following{/other_user}","gists_url","https://api.github.com/users/fabianishere/gists{/gist_id}","gravatar_id","","html_url","https://github.com/fabianishere","id","login","fabianishere","node_id","MDQ6VXNlcjc2NzM1MQ==","organizations_url","https://api.github.com/users/fabianishere/orgs","received_events_url","https://api.github.com/users/fabianishere/received_events","repos_url","https://api.github.com/users/fabianishere/repos","site_admin","starred_url","https://api.github.com/users/fabianishere/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/fabianishere/subscriptions","type","User","url","https://api.github.com/users/fabianishere","assignee","assignees","author_association","MEMBER","body","Fixes #25809 ","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25840/comments","created_at","2018-10-30T16:26:21Z","events_url","https://api.github.com/repos/akka/akka/issues/25840/events","html_url","https://github.com/akka/akka/pull/25840","id","labels","color","207de5","default","id","name","2 - pick next","node_id","MDU6TGFiZWw5MjM5MDc3OQ==","url","https://api.github.com/repos/akka/akka/labels/2%20-%20pick%20next","color","d7e102","default","id","name","tested","node_id","MDU6TGFiZWwzNzc5NzM0Nw==","url","https://api.github.com/repos/akka/akka/labels/tested","labels_url","https://api.github.com/repos/akka/akka/issues/25840/labels{/name}","locked","milestone","node_id","MDExOlB1bGxSZXF1ZXN0MjI2OTkyMTY3","number","pull_request","diff_url","https://github.com/akka/akka/pull/25840.diff","html_url","https://github.com/akka/akka/pull/25840","patch_url","https://github.com/akka/akka/pull/25840.patch","url","https://api.github.com/repos/akka/akka/pulls/25840","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Save EntityStarted when StartEntity requested via remembered entities","updated_at","2018-11-05T10:48:13Z","url","https://api.github.com/repos/akka/akka/issues/25840","user","avatar_url","https://avatars1.githubusercontent.com/u/1866779?v=4","events_url","https://api.github.com/users/chbatey/events{/privacy}","followers_url","https://api.github.com/users/chbatey/followers","following_url","https://api.github.com/users/chbatey/following{/other_user}","gists_url","https://api.github.com/users/chbatey/gists{/gist_id}","gravatar_id","","html_url","https://github.com/chbatey","id","login","chbatey","node_id","MDQ6VXNlcjE4NjY3Nzk=","organizations_url","https://api.github.com/users/chbatey/orgs","received_events_url","https://api.github.com/users/chbatey/received_events","repos_url","https://api.github.com/users/chbatey/repos","site_admin","starred_url","https://api.github.com/users/chbatey/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/chbatey/subscriptions","type","User","url","https://api.github.com/users/chbatey","assignee","assignees","author_association","MEMBER","body","The zipLatest stage (https://doc.akka.io/docs/akka/snapshot/stream/operators/Source-or-Flow/zipLatest.html) currently completes when any of the upstream streams complete.\r\n\r\nThis can make sense, but in other cases it can be more useful to keep repeating the last element of any closed stream, and only complete the stage it when all incoming streams have completed.\r\n\r\nIt might make sense to add a parameter for this.","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25839/comments","created_at","2018-10-30T16:02:47Z","events_url","https://api.github.com/repos/akka/akka/issues/25839/events","html_url","https://github.com/akka/akka/issues/25839","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","cccccc","default","id","name","t:stream","node_id","MDU6TGFiZWw5MzE0NDY5MA==","url","https://api.github.com/repos/akka/akka/labels/t:stream","labels_url","https://api.github.com/repos/akka/akka/issues/25839/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzU1NjgwNjc=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","zipLatest: eager close option","updated_at","2018-10-31T07:45:05Z","url","https://api.github.com/repos/akka/akka/issues/25839","user","avatar_url","https://avatars2.githubusercontent.com/u/131856?v=4","events_url","https://api.github.com/users/raboof/events{/privacy}","followers_url","https://api.github.com/users/raboof/followers","following_url","https://api.github.com/users/raboof/following{/other_user}","gists_url","https://api.github.com/users/raboof/gists{/gist_id}","gravatar_id","","html_url","https://github.com/raboof","id","login","raboof","node_id","MDQ6VXNlcjEzMTg1Ng==","organizations_url","https://api.github.com/users/raboof/orgs","received_events_url","https://api.github.com/users/raboof/received_events","repos_url","https://api.github.com/users/raboof/repos","site_admin","starred_url","https://api.github.com/users/raboof/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/raboof/subscriptions","type","User","url","https://api.github.com/users/raboof","assignee","assignees","author_association","MEMBER","body","There was a recent feature request over in akka-http, https://github.com/akka/akka-http/issues/2259, which asked for `SO_REUSEPORT` support.\r\n\r\nIt seems starting from Java 9 this socket option is supported:\r\n\r\nhttps://docs.oracle.com/javase/9/docs/api/java/net/StandardSocketOptions.html","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25838/comments","created_at","2018-10-30T09:23:41Z","events_url","https://api.github.com/repos/akka/akka/issues/25838/events","html_url","https://github.com/akka/akka/issues/25838","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","ededed","default","id","name","t:io","node_id","MDU6TGFiZWwxMDE0NjUwNTE=","url","https://api.github.com/repos/akka/akka/labels/t:io","labels_url","https://api.github.com/repos/akka/akka/issues/25838/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzUzOTExMjA=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Support SO_REUSEPORT as socket options in Akka IO on Java 9+","updated_at","2018-10-30T09:30:21Z","url","https://api.github.com/repos/akka/akka/issues/25838","user","avatar_url","https://avatars1.githubusercontent.com/u/9868?v=4","events_url","https://api.github.com/users/jrudolph/events{/privacy}","followers_url","https://api.github.com/users/jrudolph/followers","following_url","https://api.github.com/users/jrudolph/following{/other_user}","gists_url","https://api.github.com/users/jrudolph/gists{/gist_id}","gravatar_id","","html_url","https://github.com/jrudolph","id","login","jrudolph","node_id","MDQ6VXNlcjk4Njg=","organizations_url","https://api.github.com/users/jrudolph/orgs","received_events_url","https://api.github.com/users/jrudolph/received_events","repos_url","https://api.github.com/users/jrudolph/repos","site_admin","starred_url","https://api.github.com/users/jrudolph/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/jrudolph/subscriptions","type","User","url","https://api.github.com/users/jrudolph","assignee","assignees","author_association","CONTRIBUTOR","body","Should enable `scalafix` on Akka project.\r\nAt least for `unused import`s ,that's very annoying.\r\n","closed_at","comments","comments_url","https://api.github.com/repos/akka/akka/issues/25837/comments","created_at","2018-10-29T23:03:17Z","events_url","https://api.github.com/repos/akka/akka/issues/25837/events","html_url","https://github.com/akka/akka/issues/25837","id","labels","color","5319e7","default","id","name","1 - triaged","node_id","MDU6TGFiZWw5MjM1NjgyOA==","url","https://api.github.com/repos/akka/akka/labels/1%20-%20triaged","color","009800","default","id","name","help wanted","node_id","MDU6TGFiZWw5MjYxNjcwOA==","url","https://api.github.com/repos/akka/akka/labels/help%20wanted","labels_url","https://api.github.com/repos/akka/akka/issues/25837/labels{/name}","locked","milestone","node_id","MDU6SXNzdWUzNzUyNTIzMDI=","number","repository_url","https://api.github.com/repos/akka/akka","state","open","title","Enable scalafix on project","updated_at","2018-11-05T15:23:58Z","url","https://api.github.com/repos/akka/akka/issues/25837","user","avatar_url","https://avatars1.githubusercontent.com/u/501740?v=4","events_url","https://api.github.com/users/hepin1989/events{/privacy}","followers_url","https://api.github.com/users/hepin1989/followers","following_url","https://api.github.com/users/hepin1989/following{/other_user}","gists_url","https://api.github.com/users/hepin1989/gists{/gist_id}","gravatar_id","","html_url","https://github.com/hepin1989","id","login","hepin1989","node_id","MDQ6VXNlcjUwMTc0MA==","organizations_url","https://api.github.com/users/hepin1989/orgs","received_events_url","https://api.github.com/users/hepin1989/received_events","repos_url","https://api.github.com/users/hepin1989/repos","site_admin","starred_url","https://api.github.com/users/hepin1989/starred{/owner}{/repo}","subscriptions_url","https://api.github.com/users/hepin1989/subscriptions","type","User","url","https://api.github.com/users/hepin1989"]