Skip to content

ameersohel45/AkkaProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkActorExample

To understand the Akka concepts that are the basis for this example, see Development Process in the documentation.

This project contains the skeleton to create an Akka service. To understand more about these components, see Developing services. Examples can be found here.

Use Maven to build your project:

mvn compile

When running an Akka service locally.

To start your service locally, run:

mvn compile exec:java

This command will start your Akka service. With your Akka service running, the endpoint it's available at:

curl http://localhost:9000/hello

You can use the Akka Console to create a project and see the status of your service.

Build container image:

mvn clean install -DskipTests

Install the akka CLI as documented in Install Akka CLI.

Deploy the service using the image tag from above mvn install:

akka service deploy AkkActorExample AkkActorExample:tag-name --push

Refer to Deploy and manage services for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages