Yicong-Huang opened a new pull request, #4949: URL: https://github.com/apache/texera/pull/4949
### What changes were proposed in this PR? The project moved off Akka onto Apache Pekko, but several internal Scala identifiers still carried the `Akka` prefix even though they wrap Pekko APIs. Pure rename across `amber` and `common/config`: - `AkkaConfig` → `PekkoConfig` (object + file) - `AkkaActorService` → `PekkoActorService` (class + file) - `AkkaActorRefMappingService` → `PekkoActorRefMappingService` - `AkkaMessageTransferService` → `PekkoMessageTransferService` - `akkaConfig`, `akkaActorService` method/parameter names → pekko-prefixed No behavior change. No string literals, config keys, or serialization registrations are touched — `cluster.conf` already uses `pekko.*` keys, the kryo registry doesn't reference these classes by name. The intentional `"akka"` literal in `DeployStrategiesSpec.scala` that contrasts pekko vs akka address strings stays. ### Any related issues, documentation, discussions? Closes #4948. ### How was this PR tested? `sbt WorkflowExecutionService/Test/compile` clean, `sbt WorkflowExecutionService/scalafmtCheckAll` clean. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (Claude Code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
