ICYMI: China Unicom has partnered with Huawei to deploy Huawei’s AntiDDoS8000 products on backbone network nodes across China. This constitutes the largest anti-DDoS system on China Unicom’s network and provides comprehensive anti-DDoS protection capabilities for their customers. http://bit.ly/2C1paa4 #Huawei #BigData #AI
Building Microservices with Netflix OSS, Apache Kafka and Spring Boot – Part 3: Email Service
ICYDK: The next step of building our system is the email service. It will be a microservice configured to listen for the USER_CREATED_TOPIC that comes from the user service. Here we will build a UserDto and configure the Kafka consumer to transform the incoming payload to it. Similarly to the user microservice, here we will have an EmailService where the business logic will be executed. This EmailService will be using the UserDto from the payload, transform it to a Mail entity, save it in the database, and send the mail.
In addition to Eureka Discovery; JPA; H2; Kafka; Config Client; to the new Spring Boot project(ms-mail) in SPRING INITIALIZR, it is necessary to add aMail dependency as well. So the pom.xml looks like: https://goo.gl/qtt8Sh #DataIntegration #ML
2017: Cheers to a Year of Integration
As the end of the year approaches, we’re glad to see you’re still hungrily devouring the tutorials and news in our integration zone. We’ve seen what has you interested this year- microservices, Mule, building APIs, and more- so now we’re here to give you more of what you love to keep you learning over the winter holidays. Here’s to you, DZone reader, and another year of learning integration skills!
—
5 Trending Integration Articles on DZone
*
We Need to Talk, Says One Microservice to Another, by Nikhil Wanpal. Just like humans, it’s important for microservices to communicate. This article provides a great overview of the methods they use, and how we solve the problems that come with it. https://goo.gl/sDr6bY #DataIntegration #ML
Intro to API Caching With Zato 3.0
ICYMI: One of many features that the upcoming Zato 3.0 release will bring is API caching – this post provides an overview of the functionality that is already available if one installs Zato directly from the source code.
What’s New
* In-RAM caches accessible to Python-based services and external clients (including REST and other format or protocols)
* A convenient set of practical cache commands based on real-world needs
* GUI and cache contents search
* HTTP channel caching
* Integration with Memcached
Built-in Caches
In-RAM caches are perfect for rarely changing yet frequently read business data. For instance: https://goo.gl/wDRRd3 #DataIntegration #ML