Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Apr 21, 2024
1 parent b8eadcc commit c3dcaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Kafka has a number of key features that make it a popular choice for data proces

- **Low latency**: Kafka is designed for low-latency processing, making it suitable for real-time applications.

- **High-throughput**: Kafka is able to handle high-throughput data streams, allowing it to process large amounts of data in real-time.
- **High-throughput**: Kafka can handle high-throughput data streams, allowing it to process large amounts of data in real-time.

- **Flexibility**: Kafka is highly flexible and can be used for a wide range of data processing use cases, including real-time analytics, data pipelines, and event-driven architectures.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0-RC1</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down

0 comments on commit c3dcaaf

Please sign in to comment.