Github user ivankelly commented on the issue:

    https://github.com/apache/zookeeper/pull/227
  
    >
    > I will try to fnd another way. The only pity is that if I will implement
    > my own connection factories I will need to duplicate all the code, you 
know.
    >
    Why would you need to implement your own connection factories? From my
    understanding of your usecase, you don't need connection factories/netty at
    all, but rather some interface which encapsulates the Journal and
    LedgerStorage in bookkeeper. Basically, something that separates out the
    entire storage layer of a bookie from the RPC layer and any other services
    that are running (like stuff for registering with zk, etc).



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to