You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/04 20:12:42 UTC

[GitHub] [pulsar] eolivelli commented on issue #15027: Having two KeyValue classes is confusing

eolivelli commented on issue #15027:
URL: https://github.com/apache/pulsar/issues/15027#issuecomment-1087967665

   My understanding is that io.core.KeyValue is like a "Pair" class, a container of two values.
   
   schema...KeyValue is a core class in the Pulsar Schema API, it is mapped by KeyValueSchema.
   
   We could drop  io.core.KeyValue and let people use another class, like Pair<K,V>


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org