Blog Posts

Recent posts

Kafka - GenericRecord vs SpecificRecord

2 minute read

Kafka has two types of record on producing and consuming Kafka messages which are called GenericRecord and SpecificRecord. Main difference between GenericRec...

Gradle - java-library plugin from 7.x version

less than 1 minute read

Gradle 7+ removed compile configuration so all existing gradle projects using compile configuration should be migrated. Instead java-library plugin was intro...