Build Recruiting Influence with These 6 Steps

ICYDK: The question that maverick thought leader Matt Charney gets asked most often by recruiters is “How do I get to be a social media influencer and HR famous?” His typical response: “Why would you want that?” Charney, the chief content officer for Allegis Global Solutions, a leading recruitment process outsourcing firm based in Hanover, Md., believes that building an influential brand is important for recruiters. But the influence that matters can’t be measured by a Klout score or the amount of Twitter followers you amass. “The influence you need to be able to exert is on your candidates and on your hiring managers and on your business,” he said. https://goo.gl/4ghWQD #GlobalHR #HRTech

Setting Up a Failover Scenario Using Apache Camel ZooKeeper

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/7GBqxe #DataIntegration #ML