Zarquan / phymatopus

Kafka event stream handling for LSST:UK
GNU General Public License v3.0
0 stars 0 forks source link

Evaluate using Jetty instead of Tomcat #2

Open Zarquan opened 6 years ago

Zarquan commented 6 years ago

Confluent REST service uses Jetty. https://github.com/confluentinc/rest-utils https://github.com/confluentinc/rest-utils/blob/master/core/src/main/java/io/confluent/rest/Application.java

Might be simpler/faster than Tomcat ?