Oct 16, 2018

No tables needed, the latest advancements of KSQL

In this presentation, Neil Buesing demonstrates various joining and windowing of Kafka Streams, and showcases the lastest KSQL features. This includes joins without KTables and user-defined functions. Neil is the Director, real-time data for Object Partners, Inc. (OPI). With over 18 years of experience at OPI, Neil had and is leading software development projects for e-commerce, insurance, and healthcare industries. Neil’s current development focus is around the use of Apache Kafka for microservice communication along with legacy database integration.

Original slides here, code here.

About the Author

Neil Buesing profile.

Neil Buesing

Director, Real Time Data

Neil has more than twenty-two years of Object oriented development experience, with fifteen years of experience with Java/J2EE application development. He has successfully delivered in the role of architect and as lead developer.

Over the past few years, his focus has been on real-time data solutions. Utilizing Kafka, Cassandra, Solr, Rabbit MQ, and other technologies.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Android Development for iOS Developers
Android development has greatly improved since the early days. Maybe you tried it out when Android development was done in Eclipse, emulators were slow and buggy, and Java was the required language. Things have changed […]
Add a custom object to your Liquibase diff
Adding a custom object to your liquibase diff is a pretty simple two step process. Create an implementation of DatabaseObject Create an implementation of SnapshotGenerator In my case I wanted to add tracking of Stored […]
Keeping Secrets Out of Terraform State
There are many instances where you will want to create resources via Terraform with secrets that you just don’t want anyone to see. These could be IAM credentials, certificates, RDS DB credentials, etc. One problem […]
Validating Terraform Plans using Open Policy Agent
When developing infrastructure as code using terraform, it can be difficult to test and validate changes without executing the code against a real environment. The feedback loop between writing a line of code and understanding […]