-
I would like to use Zipkin tracing in our application. I have created proof of concept application on frameworks that we use in our commercial app. Front end web application is created in Polymer, and…
-
The goal of this feature is to open up minimesos to other languages. Therefore let's create a REST API and refactor the code so that MesosCluster uses the REST API internally.
Once that is in place w…
-
Lightweigth and fast Java based server technology. Probably using Java servlets -> choose servlet container.
-
Maven targets Java 1.5 by default, so this example that uses features of Java 1.8 is not going to compile. Did you have some settings in your `~/.m2/settings.xml` file that were not captured in this …
-
Hello, first of all, I'd like to thank you for your work on this repo, it really helps me out as it's just what I need !
I have been trying for a week or two to make a webserver based on your repo but…
-
Hey everyone, so I looked for documentation on how to get spark working with SSL, and finally found a thread in the google group.
After many hours of searching, I finally got my SSL working in spark,…
-
I wrote a simple server that contains one POST route. But it does a little heavy task sometimes.
It means other POST requests will be waited when the current is going on? Or other requests will be r…
-
I am registering service using below command but getting error in consul
2016/03/02 11:26:17 [INFO] agent: Synced check 'service:fabio-f060b321dadc-9998'
2016/03/02 11:28:17 [WARN] Service tag "…
-
Hi,
I'm new to Spark and re-acquainting myself with Java, and I've noticed the docs are a little confusing at times. They make mention of several things that are either difficult to find documentati…
dhoss updated
8 years ago
-
Hello, is there a simple way to implement a file uplaod?