Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/src/modules/java/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Select your preferred language (Java/Scala) above.

The Akka Serverless [.group-java]#Java# [.group-scala]#Scala# SDK guides you through implementing components matching the protobuf APIs you design. This page describes prerequisites for [.group-java]#Java# [.group-scala]#Scala# development and basic requirements for a development project.

[.group-scala]
NOTE: Lightbend provides Tier 1 support for the Java SDK. See https://developer.lightbend.com/docs/akka-serverless/faq/index.html#_what_languages_are_supported[an explanation of support tiers] for more information.
NOTE: Lightbend provides Tier [.group-java]#1# [.group-scala]#2# support for the [.group-java]#Java# [.group-scala]#Scala# SDK. See https://developer.lightbend.com/docs/akka-serverless/faq/index.html#_what_languages_are_supported[an explanation of support tiers] for more information.

Your development project needs to include the Akka Serverless [.group-java]#Java# [.group-scala]#Scala# SDK and logic to start the gRPC server. You define your components in gRPC descriptors and use `protoc` to compile them. Finally, you implement business logic for service components.

Expand Down