Iskren Ivanov
-
Frontpage
Building microservices with Netflix OSS, Apache Kafka and Spring Boot – Part 4: Security
After building our group of microservices, it seems the next step is spending some time for securing them. From my experience at Dreamix Spring security and JWT tokens is the recipe for success for a spring microservice project so I will follow it too. I separated this part in a new branch microservices/auth that may be found […]
-
Dreamix
Building microservices with Netflix OSS, Apache Kafka and Spring Boot - Part 3: Email service and Gateway
After Building microservices with Netflix OSS, Apache Kafka and Spring Boot – Part 1: Service registry and Config server and Building microservices with Netflix OSS, Apache Kafka and Spring Boot – Part 2: Message Broker and User service here is what comes next: Email Service Next step with building our system is the email service. It will […]
-
Dreamix
Building microservices with Netflix OSS, Apache Kafka and Spring Boot - Part 2: Message Broker and User service
After Building microservices with Netflix OSS, Apache Kafka and Spring Boot – Part 1: Service registry and Config server here is what comes next: Message Broker (Kafka & ZooKeeper) Although we are not going to use the distributed features of Kafka for the test, it is still distributed system and is built to use Zookeeper to track […]