Hi there.
I'm following your steps in order to design a Kafka pipeline to sent and receive a message from the sender and receiver and encode/decode the message using protobuf.
I built two separate projects, sender and receiver and everything were working fine, so I'm able to send encoded messages and receive and decoding fine.
I'm new on Scala and Sbt, therefore I need to merge these projects into a single project, the problem is the compile command doesn't generate any Scala file in the new project.
there is no error during the sbt compile, just info says that, protobuf files found, but no files created on the target
I guess, I need to make some modifications inside the sbt to enforce them gereate the scala file but I don't know how!
Thank you and please help.