Search Results for: Scala
-
DevOps
Integrating Syslog w/ Kinesis : Anticipating use of the Firehose
On the heals of the Kinesis Firehose announcement, more people are going to be looking to integrate Kinesis with logging…
Read More » -
Software Development
Distributed Stream and Graph Processing with Apache Flink
Apache Flink is a top-level Apache project that allows unifying distributed stream and batch processing. In the core of Apache…
Read More » -
Scala
Testing Asynchronous Code
Asynchronous code is hard. Everyone knows that. Writing asynchronous tests is even harder. Recently I fixed a flaky test and…
Read More » -
Scala
Integration testing with Gradle
Unit testing works automatically using Gradle, but if you would like to have a separate set of integration tests you…
Read More » -
Enterprise Java
Global Data Consistency, Transactions, Microservices and Spring Boot / Tomcat / Jetty
We often build applications which need to do several of the following things together: call backend (micro-) services, write to…
Read More » -
Core Java
Creating sample HTTPS server for fun and profit
Often during development or/and testing against real-life scenarios we, developers, are facing a need to run a full-fledged HTTPS server,…
Read More » -
Enterprise Java
Critical HL7 Usecases With Camel, ActiveMQ, Elasticsearch
HL7 over MLLP is a very common transport mechanisms for systems that can speak the HL7 protocol format. JBoss Fuse…
Read More » -
Core Java
Release Gradle project in GitLab with Jenkins to Artifactory
I am going to show in detail how to regularly build your project and then how to make a release…
Read More »