[
https://issues.apache.org/jira/browse/BEAM-4451?focusedWorklogId=117762&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-117762
]
ASF GitHub Bot logged work on BEAM-4451:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jun/18 05:37
Start Date: 30/Jun/18 05:37
Worklog Time Spent: 10m
Work Description: reuvenlax opened a new pull request #5840: [BEAM-4451]
Schemas default provider and serviceloader
URL: https://github.com/apache/beam/pull/5840
Adds a ServiceLoader interface for SchemaProvider. This allows external
modules to define SchemaProviders that provide schemas for types.
Also adds a DefaultSchema provider. Tagging any Java type with
@DefaultSchema(SomeSchemaProvider.class) will cause that schema provider to be
used to vend schemas for the Java type.
R: @apilloud
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 117762)
Time Spent: 10m
Remaining Estimate: 0h
> SchemaRegistry should support a ServiceLoader interfacen
> --------------------------------------------------------
>
> Key: BEAM-4451
> URL: https://issues.apache.org/jira/browse/BEAM-4451
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-core
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This will allow JARs to register schemas only when they are linked in.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)