investigate why sample needs an extra implicit
- Dominant language
- Scala
- Stars
- 55
- Forks
- 30
- Avg merge
- 23h 12m
- Merged PRs (30d)
- 34
Description
The sample was using a pretty old version of sbt-akka-grpc (0.8.4) and sbt-pekko-grpc is the equivalent of sbt-akka-grpc 2.1.6.
https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465
Note that https://github.com/apache/incubator-pekko-samples/pull/12/files#diff-fe64fb9ec6ea3e1173f14f9d82f39712eaa40f3d0dc67d9cc54ec5cf91490465 needs ActorSystem as an implicit val to compile now.
Or we might need to update the docs to say why this is needed.
Contributor guide
Research direction
Start with the linked incubator-pekko-samples pull request diff and reproduce the sample compilation using sbt-pekko-grpc 2.1.6, comparing it with version 0.8.4. Determine whether the additional ActorSystem implicit is required, then establish whether the sample or its documentation needs updating.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, scala
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100