I'm trying to import ballerinax/kafka so I can solve a kafka assignment but when I type it out, it gives me an error that says cannot resolve module 'ballerinax/kafka'
Asked
Active
Viewed 253 times
1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Oct 22 '21 at 18:00
-
3Try building your code with `bal build`. It should pull `ballerinax/kafka` from the repository. – Sameera Jayasoma Oct 22 '21 at 20:28