Getting started with gRPC. Part 1

Motivation and target audience There are several blog posts on the internet touching one or several shiny features that gRPC framework boasts about. There is also the official documentation from...

Using Drools (Business Rules Management System) for data quality checking.

Introduction In SYSCO AS we deal with a lot of data both structured and unstructured, streamed and batch. It comes from different sources and goes to different destinations, and in...

Kafka - Confluent Schema Registry. Part 1

Introduction Let’s talk about Kafka Schema Registry essentials. Repository Repository contains examples of schema evolution - full compatibility. poc-confluent-schema-registry-p1 Content: What is Confluent Schema Registry and why we need it?...

Analysing class loading conflicts on Weblogic

Analysing class loading conflicts on Weblogic This guide shows how to analyse and avoid potential problems caused by class loading conflicts You can download the guide using the following link....

Fire and Forget or asynchronous Proxy service call in Oracle Service Bus 11g

Requirement: As an requirement client wanted to trigger the Integration (Oracle Service Bus 11g) in “Fire and Forget” manner or asynchronous manner. Just the option to trigger the OSB to...

Kafka and the state of the software industry

By following the latest Kafka Summit in London (https://kafka-summit.org/events/kafka-summit-london-2018/) I found analogy between software industry and long distance race where racers have different opinion about the length of the race....

Customizing service calls with multiple levels of security in OSB 12c

This will be a part two of my previous post which you can read here. In this post I will talk about customization part of the solution for service calls...