[ 
https://issues.apache.org/jira/browse/SCB-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314558#comment-16314558
 ] 

ASF GitHub Bot commented on SCB-174:
------------------------------------

WillemJiang commented on a change in pull request #105: SCB-174 add kryo 
serializer
URL: 
https://github.com/apache/incubator-servicecomb-saga/pull/105#discussion_r160025869
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -329,6 +329,11 @@
         <artifactId>grpc-stub</artifactId>
         <version>${grpc.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.esotericsoftware</groupId>
+        <artifactId>kryo</artifactId>
+        <version>4.0.1</version>
 
 Review comment:
   How about using the ${kryo.version}?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [pack] object serialization/deserialization
> -------------------------------------------
>
>                 Key: SCB-174
>                 URL: https://issues.apache.org/jira/browse/SCB-174
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Saga
>            Reporter: Yin Xiang
>            Assignee: Eric Lee
>             Fix For: saga-0.1.0
>
>
> as of now, we used java native object serializer, i.e. ObjectInputStream & 
> ObjectOutputStream, for quick prototyping. 
> but these serializer/deserializer are problematic and we need to find more 
> suitable one.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to