You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/02/04 22:05:31 UTC

[GitHub] [bookkeeper] dlg99 commented on pull request #2582: Upgrading GRPC version

dlg99 commented on pull request #2582:
URL: https://github.com/apache/bookkeeper/pull/2582#issuecomment-773633909


   The problem with the integration tests seems to be related to the etcd client.
   We use com.coreos:jetcd-core 0.0.2 currently, it is 2 years old and unmaintained. It relies on the API that no longer exists in newer grpc
   The new etcd client is io.etcd:jetcd-core 0.5.4; all imports and some APIs seem to have change as well; I'll try to update etcd client as well.
   
   I am not sure what/whom this can affect but anyone running 2yo etcd should consider rethinking their life choices. :/
   


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