aleph

gmercer 2017-05-23T12:05:20.043752Z

@ztellman would it be straightforward to start a tcp socket that hands of to the http stack based on sniffing <something> ?

gmercer 2017-05-23T12:10:06.108654Z

back-story is I have limited firewall holes and I need to support log4j events for now but would like to upgrade to http

gmercer 2017-05-23T12:15:30.183881Z

left-field question - would aeron be possible with gloss mapping to sbe ?

dm3 2017-05-23T12:25:06.318262Z

it probably would - however the resulting model would partly defeat the purpose of SBE as a toolkit - allocation free and zero copy

dm3 2017-05-23T12:25:40.326396Z

I assume you mean aeron transport for aleph?

gmercer 2017-05-23T12:28:32.369430Z

yes - aeron vs netty, I thought the smarts of manifold would allow the zero copy to work

dm3 2017-05-23T12:37:39.508798Z

I guess I don’t see where gloss comes in

dm3 2017-05-23T12:38:05.515525Z

given SBE we should be using the SBE toolkit

dm3 2017-05-23T12:39:12.532759Z

although I have zero practical experience with SBE/Aeron 🙂