[jira] [Created] (IGNITE-10230) Putting collection of timestamps fails on python thin client

2018-11-12 Thread Pavel Petroshenko (JIRA)
Pavel Petroshenko created IGNITE-10230:
--

 Summary: Putting collection of timestamps fails on python thin 
client 
 Key: IGNITE-10230
 URL: https://issues.apache.org/jira/browse/IGNITE-10230
 Project: Ignite
  Issue Type: Task
  Components: thin client
Affects Versions: 2.6
Reporter: Pavel Petroshenko
Assignee: Dmitry Melnichuk
 Fix For: 2.8


Here's the test that fails: 
https://gist.github.com/pilshchikov/7434805b7d95973afe600e1c0c83d17a



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-9758) Document data injection via the REST API

2018-10-01 Thread Pavel Petroshenko (JIRA)
Pavel Petroshenko created IGNITE-9758:
-

 Summary: Document data injection via the REST API
 Key: IGNITE-9758
 URL: https://issues.apache.org/jira/browse/IGNITE-9758
 Project: Ignite
  Issue Type: Task
  Components: documentation
Affects Versions: 2.6
Reporter: Pavel Petroshenko


There should a documentation on how to post data via the REST API.
 
Just to capture what was proposed by [~ilyak] over email:
 
{quote}REST API will convert complex BinaryObjects into JSON by default. But to 
put such objects via REST you will need to define your own 
ConnectorMessageInterceptor and plug it in. You will need to define string to 
entity mapping in onReceive. You can leave onSend returning arg.
 
This interface should be used:
[https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/ConnectorMessageInterceptor.html].
 You need to put it into ConnectorConfiguration, which you should put into 
IgniteConfiguration.{quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)