[ 
https://issues.apache.org/jira/browse/AVRO-3368?focusedWorklogId=724457&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724457
 ]

ASF GitHub Bot logged work on AVRO-3368:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Feb/22 12:20
            Start Date: 10/Feb/22 12:20
    Worklog Time Spent: 10m 
      Work Description: RyanSkraba commented on pull request #1519:
URL: https://github.com/apache/avro/pull/1519#issuecomment-1034857221


   Hello!  Not being particularly knowledgeable about C#, I have to be 
confident in our contributor experts :D 
   
   Reading through this conversation, it's great to see some discussion -- but 
it might be worthwhile bringing up this root problem on the mailing list: 
https://github.com/confluentinc/confluent-kafka-dotnet#schema-registry-integration
 
   
   > ...
   > quality and maturity of the non-Java implementations lags that of Java - 
this is an important consideration. Protobuf and JSON both have great support 
in .NET
   > ....
   
   We'd have wider visibility, hopefully include **other** impacted C# devs, 
and could reach a consensus on a plan!
   
   All that being said, one thing that would help me is an umbrella JIRA with 
the **final goal** and subtasks to group together related C# changes, and 
whether they are refactoring, formatting, evolving API and deprecations, etc
   
   I appreciate that you're putting in this effort, by the way!


-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 724457)
    Time Spent: 6.5h  (was: 6h 20m)

>  Remove accessible field value from GenericFixed
> ------------------------------------------------
>
>                 Key: AVRO-3368
>                 URL: https://issues.apache.org/jira/browse/AVRO-3368
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>    Affects Versions: 1.11.0
>            Reporter: Kyle Schoonover
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Update:
> {code:java}
> protected readonly byte[] value; {code}
> to:
> {code:java}
> [Obsolete("Will deprecate in future release use Value property")]
> protected byte[] value
> {
>     get { return _value; }
> }        
> /// <summary>
> /// Value of this fixed schema.
> /// </summary>
> private readonly byte[] _value; {code}
> Additional changes will need to be made to change everything from value to 
> _value



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to