Learn about packed repeated fields in Google’s Protocol Buffer messages.
Also find me here:
Baeldung Author
Parthiv Pradhan
With nearly 20 years of experience in the IT field, I bring a wealth of knowledge and expertise to my role as a technical writer at Baeldung. Based in India, I am passionate about Cloud Services, AI/ML, Java, and Performance Engineering, sharing insights and learning through writing. Outside of my professional pursuits, I enjoy practicing yoga to maintain a balanced and healthy lifestyle.
Here's what I've written (so far):
Baeldung on Java
- All
- Artificial Intelligence (4)
- Spring AI (3)
- Java (3)
- Spring Data (2)
- Persistence (2)
- Data (2)
- Architecture (2)
- Web Services (1)
- Spring Cloud (1)
- Spring Boot (1)
- Spring (1)
- Security (1)
- Logging (1)
- Java Streams (1)
- Java Map (1)
- Java List (1)
- JSON (1)
- Core Java (1)
- Cloud (1)
- Algorithms (1)
gRPC Authentication in Java Using Application Layer Transport Security (ALTS)
Filed under Security
Explore the role of ALTS (Application Layer Transport Security) in gRPC applications.
Add Global Exception Interceptor in gRPC Server
Filed under Architecture
Explore the role of interceptors in gRPC server applications to handle global exceptions.
Configuring Retry Policy for gRPC Request
Filed under Architecture
Learn how to implement retry policies in gRPC.
Introduction to Redpanda
Filed under Data
Discover Redpanda, a powerful event streaming platform and one of Kafka’s competitors.
Intro to the Apache Commons CLI
Filed under Java
Explore the Java Apache Commons CLI library.
Gson TypeToken With Dynamic List Item Type
Filed under JSON
Learn how to convert a JSON array into an equivalent List with Gson.
Instantiate an Inner Class With Reflection in Java
Filed under Core Java
Explore how to instantiate static and non-static inner classes with the Java Reflection API.
Baeldung on SQL
- All
- Database Access (1)
Fix the PSQLException: “FATAL: sorry, too many clients already”
Filed under Database Access
Learn about the PostgreSQL exception, FATAL: sorry, too many clients already