Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Inspect in Typesafe Activator

I am new to the use of typesafe-activator. I installed it using homebrew on my Mac and tried out the hello-akka tutorial.

Following said tutorial, at the end there is a section about Inspecting the App, for monitoring actor status and other things. Now I can't seem to find the option to inspect the app in my activator web client (as shown in the image below), while googling for the problem hasn't given me any results.

Now the question is: do I need to install some plugin or something, or the homebrew version of activator is missing some functionalities?

screenshot

like image 486
fpavone Avatar asked Jul 25 '15 11:07

fpavone


1 Answers

It looks like they have decided to discontinue it: https://github.com/typesafehub/activator/issues/1067

like image 197
Adrian Lopez Avatar answered Nov 05 '22 14:11

Adrian Lopez