You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by GitBox <gi...@apache.org> on 2020/02/21 00:01:49 UTC

[GitHub] [geode-kafka-connector] DonalEvans opened a new pull request #2: Added JsonPdxConverter

DonalEvans opened a new pull request #2: Added JsonPdxConverter
URL: https://github.com/apache/geode-kafka-connector/pull/2
 
 
   - Allows PdxInstance objects to be converted to JSON bytes when sourced
   from a Geode region into a Kafka topic
   - Allows JSON bytes to be converted to PdxInstance objects when sinked
   into a Geode region from a Kafka topic
   - Added unit and DUnit tests for JsonPdxConverter
   - Added functionality to the test framework to specify custom key
   converter, custom value converter and configuration properties for each
   - Added TestObject class to allow validation of
   serialization/deserialization
   
   Authored-by: Donal Evans <do...@pivotal.io>

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [geode-kafka-connector] DonalEvans merged pull request #2: Added JsonPdxConverter

Posted by GitBox <gi...@apache.org>.
DonalEvans merged pull request #2: Added JsonPdxConverter
URL: https://github.com/apache/geode-kafka-connector/pull/2
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services