[
https://issues.apache.org/jira/browse/IGNITE-24411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy reassigned IGNITE-24411:
------------------------------------------
Assignee: Roman Puchkovskiy
> Remove 'client' Netty event loop group
> --------------------------------------
>
> Key: IGNITE-24411
> URL: https://issues.apache.org/jira/browse/IGNITE-24411
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> We have 3 event loop groups:
> # srv-accept (used to accept new connections)
> # srv-worker (to work on channels accepted by this node)
> # client (to work on channels opened by this node)
> Our server-to-server protocol is symmetric, so we probably don't need the
> 'client' event loop group; srv-worker could be used instead for opening
> connections (and it should be renamed to not mention 'srv' anymore).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)