You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Spring Boot (2.3.2) RESTful API with Kafka Streams (2.5.0)
1
+
# Spring Boot (2.3.3) RESTful API with Kafka Streams (2.6.0)
2
2
3
3
While looking through the Kafka Tutorials to see how I could setup a Spring Boot API project with Kafka Streams, I found it strange that there wasn't a complete or more informative example on how this could be achieved. Most use cases demonstrated how to compute aggregations and how to build simple topologies, but it was difficult to find a concrete example on how to build an API service that could query into these materialized name stores. Anyways, I thought I’d create my own using a more recent version of Spring Boot with Java 14.
4
4
@@ -71,7 +71,7 @@ After the application runs, navigate to [http://localhost:7001/swagger-ui/index.
0 commit comments