Learn how to use a Kafka producer to add custom headers in a Kafka message.
Also find me here:
Baeldung Author
Avin Buricha
I’m a software developer with over 7 years of experience. I mainly specialise in back-end development using Java and related technologies.
Here's what I've written (so far):
Baeldung on Java
- All
- NoSQL (5)
- Java (3)
- Security (2)
- Data (2)
- REST (1)
- Programming (1)
- Persistence (1)
- HTTP Client-Side (1)
- DevOps (1)
Guide to Swagger Parser
Filed under Java
Learn how to parse an OpenAPI document file in Java and extract its various components.
Add Field to an Existing MongoDB Bson Filter in Java
Filed under NoSQL, Programming
A quick and practical guide to adding a field to an existing MongoDB bson filter.
Managing Multiple JDK Installations With jEnv
Learn how to manage multiple different versions of JDK installations using jEnv.
Create Dynamic Queues in RabbitMQ
Filed under Data
An explanation of the RabbitMQ messaging model. Learn how to create a queue and make it dynamic.
Check JWT Expiry Without Throwing Exceptions
Understand the difference between verifying a JWT and decoding a JWT and learn how to check for a JWT’s expiry without throwing any exceptions.
Managing JWT With Auth0 java-jwt
Learn how to create and decode a JSON Web Token using the Auth0 JWT Java Library.
Guide to Filters in MongoDB
Filed under NoSQL
Learn how to use Filters builders to perform filter operations on a MongoDB collection.
Insert Array Inside an Object in MongoDB
Filed under NoSQL, Persistence
Learn how to insert an array into a MongoDB object.
Query Documents using Document ID in MongoDB
Filed under NoSQL
Learn to query documents using Document ID in MongoDB.
Guide to Find in MongoDB
Filed under NoSQL
Learn about the find operator in the MongoDB Shell query and then use the Java driver code
Adding Parameters to Java HttpClient Requests
Filed under HTTP Client-Side
Different examples of HTTPClient core Java.