#Annotation doesnt work

21 messages · Page 1 of 1 (latest)

lean crystalBOT
#

This post has been reserved for your question.

Hey @cloud hare! Please use /close or the Close Post button 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.

hasty topaz
#

Import the class?

#

Alt+enter on the red bit and import org.whatever

cloud hare
#

no that doesnt work for some reason

oak rampart
#

how did u create the project

#

u got da spring-context dependency?

cloud hare
#

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...

▶ Play video
hasty topaz
#

This will give the right spring boot dependencies

cloud hare
#

is there another way to build a kafka topic?

hasty topaz
#

I mean you can just add the dependencies yourself

#

You don't need initializr, that just does what you could do manually

cloud hare
#

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

hasty topaz
#

You can just use the Kafka library directly

cloud hare
hasty topaz
cloud hare
#

thanku man