ivandasch commented on a change in pull request #9278:
URL: https://github.com/apache/ignite/pull/9278#discussion_r677259581
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpIgniteClient.java
##########
@@ -390,6 +391,17 @@ private String readString(BinaryInputStream in) throws
BinaryObjectException {
cache.addMeta(typeId, meta, failIfUnregistered); // merge
}
+ /** Send registration requests to the server for all collected
metadata. */
+ public void sendAllMeta() {
+ for (BinaryType type : cache.metadata())
Review comment:
May be send all of the meta asynchronously? Just an idea, nothing more
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]