akka {
actor {
provider = remote
}
remote {
dot-netty.tcp {
port = 8080
hostname = localhost
}
}
}
Sample configuration for tcp and it works fine
Any help on how to connect with UDP would be appreciated