Don’t hire only people who fit into your culture–hire people who will add to it, recommend recruiting experts. https://goo.gl/7LxGJV #GlobalHR #HRTech
These 5 Recruiting Trends Are Flying Under the Radar
An all-star panel of talent leaders at the Society for Human Resource Management 2018 Talent Conference & Exposition talked about today’s trends and technologies and how they are implementing them. Here are five trends with great potential that you might be overlooking. https://goo.gl/nWh9CC #GlobalHR #HRTech
Setting Up a Failover Scenario Using Apache Camel ZooKeeper
ICYDK: In this article, we will discuss using the Apache Camel ZooKeeper component, and demonstrate how easily we can set up a fail-over scenario for Apache Camel Routes. While working in a clustered environment, situations arise where a user wants to have a backup or slave route which will become active only when the master (or the currently active) route stops working. There are different ways to achieve this: one can use Quartz to configure a master-slave setup; JGroups can also be used. In a Fabric8 environment, there is a master component which can easily be set up as a failover scenario.
There is one more way to discuss here in detail using ZooKeeperRoutePolicy. This policy uses a common znode (zookeeper registry) path across all instances. Each instance will be registered with a unique-id in the znode path; thus there will be a list of unique-ids. Each unique-id represents one instance of a route deployed with ZooKeeperRoutePolicy route policy. https://goo.gl/fu2bMT #DataIntegration #ML
