ICYDK: When employees complain about discrimination or harassment, employers must ensure that workers aren’t retaliated against for raising these issues. Otherwise, businesses may face legal liability even when the underlying claim isn’t proven. https://goo.gl/MCMGYG #GlobalHR #HRTech
Was Your Employee Benefit Plan Selected for an Audit? Don’t Panic!
ICYMI: Many HR professional dread having their retirement or health plans examined by the IRS or the Department of Labor, but with enough preparation these audits needn’t be so bad. https://goo.gl/rEYku6 #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
