#Annotation doesnt work
21 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @cloud hare! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
no that doesnt work for some reason
okay that might be the reason. I cant find anything to spring in the dependencies. The thing is this is a course project and i just cloned it and idk where to start
i have to create two kafka topics thats the first task and i just started with watching this tutorial https://www.youtube.com/watch?v=SqVfCyfCJqw
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines.
In this Kafka Tutorial you will learn how to get up and running Kafka, Configure topics, Producers and Consumer.
We will use Spring Boot and build a Restful API that will integrate with Kafka eco system.
#ka...
At about 16:00 he builds a new project from spring initializr template which you maybe didn't do
This will give the right spring boot dependencies
yes that might be the reason but i got from my teacher a start project and i cloned it. I dont think he want us to initialize a spring template
is there another way to build a kafka topic?
I mean you can just add the dependencies yourself
You don't need initializr, that just does what you could do manually
hmmm yess i see i could do that. but i feel like thats not what he wants hahaha but i will try it this way
You don't need spring to receive from or send to a Kafka topic
You can just use the Kafka library directly
okay do u know any tutorial about that which i can follow?
https://developer.confluent.io/get-started/java/#create-project this uses gradle but you can just add the maven dependencies
thanku man