Request-reply Pattern in Apache kafka

can we implement request reply pattern in apache kafka ? has any one implemented without using spring requestreplyTemplate libraries ?
how can we handle replyTopic in this case

I did a presentation around this.

typically you don’t want to do to this as you want to keep publishing and consuming as separate as possible, but I felt it was good to walk through those scenarios and various things to consider when doing something like this.