having an interview. They propsed to me to Build a N/W appn. This is their proposal "Build a Java Netty server that accepts a JSON object and saves it into a Kafka queue.
Setup netty / kafka on the dev machine in order to do that.".
.
I'm finding it hard to learn, since I have no idea about this except it is Asynchronus. However can yu help me out here?
.
P.S: Not asking you to build it for me, Just need help in how to learn? Like Should I've already known something to get my hands on Netty? I appreciate your help!
start with this : https://github.com/jersey/jersey/tree/master/examples/helloworld-netty use jersey framework to build a restApi on top of netty, and you can use Jackson library to parse Json to java Object
Обсуждают сегодня