Sorry in advance for the noob question, but I'm trying to build a database client on top of Akka IO (or Akka Streams, if applicable), and I'm having a big of trouble learning the ropes because most of the example code that I've seen is geared toward building both client and server, whereas I'm only interested in the client side.
Could somebody point me to an example of a minimum viable implementation? To get off to a good start, I really just need to open up a TCP connection to the DB (Riak in this case), send Protocol Buffers messages (the message generation part is easy), and then handle the DB's response (the handling could just be *println* or something basic for now). Once I get the transport layer up and going, the other parts of building the client should be fairly simple. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
