Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-12879 Pluggable TransportFactory for the Hot Rod client #9172

Merged

Conversation

tristantarrant
Copy link
Member

@tristantarrant tristantarrant added this to the 12.1.0.Final milestone Mar 24, 2021
@tristantarrant tristantarrant force-pushed the ISPN-12879/pluggable_eventloopgroup branch from 6578115 to 15ba801 Compare March 29, 2021 09:43
@tristantarrant
Copy link
Member Author

Merged @oraNod 's edits as well as some javadoc additions

Copy link
Member

@wburns wburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor comments.

* <td><b>infinispan.client.hotrod.transport_factory</b></td>
* <td>String</td>
* <td>{@link org.infinispan.client.hotrod.impl.transport.netty.DefaultTransportFactory}</td>
* <td>Specifies the transport factory to use.</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should mention class name?

/**
* Creates a new {@link SocketChannel}
*/
Class<? extends SocketChannel> socketChannel();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe socketChannelClass ?

@tristantarrant tristantarrant force-pushed the ISPN-12879/pluggable_eventloopgroup branch 2 times, most recently from 063d12b to 85d71cf Compare April 1, 2021 14:14
@tristantarrant
Copy link
Member Author

@wburns I've addressed the issues.

@wburns
Copy link
Member

wburns commented Apr 1, 2021

Checkstyle failure.

@tristantarrant tristantarrant force-pushed the ISPN-12879/pluggable_eventloopgroup branch from 85d71cf to df0f635 Compare April 1, 2021 14:35
@tristantarrant
Copy link
Member Author

Damn, fixed it

@wburns wburns merged commit 4be39d2 into infinispan:master Apr 4, 2021
@wburns
Copy link
Member

wburns commented Apr 4, 2021

Integrated into master, thanks @tristantarrant !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants