Skip to content

Commit

Permalink
added abstract text for lightningtalk at rootsconf in bergen
Browse files Browse the repository at this point in the history
  • Loading branch information
mbknor committed Feb 26, 2011
1 parent 85fba2c commit a563566
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions rootsconf_lightningtalk.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Lightningtalk
at
ROOTS CONFERENCE, MAY 23.- 25. 2011, BERGEN


Tags: deployment, java, scala, configuration, servicelocator, cluster,
zookeeper, REST

Title: Plug-and-play service locator with load balancing

Description:

Most corporations now have a multitude of services (SOAP, REST, etc)
running on a number of different servers, within several different web
containers / application servers / ESBs. Many of these services depend
on each other. There are also several different environments: test,
pre-production, production etc., each with different servers and
databases.

All those service locations require a lot of configuration and present many
opportunities for mistakes

In this lightning talk I will talk about DDSL, Dynamic Distributed
Service Locator (https://github.com/mbknor/ddsl), and how it can help
you. DDSL is very lightweight, using Apache zookeeper to provide
fault-tolerant infrastructure, achieving vendor independent service
discovery with features like:

* No single point of failure
* No configuration needed when adding new services
* Automatic load balancing
* Hot-swapping of services
* Simultaneously deployment of different versions of same service

0 comments on commit a563566

Please sign in to comment.