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 2021/04/13 22:00:36 UTC

[GitHub] [pulsar] sijie opened a new issue #10219: PIP 62: Move connectors, adapters and Pulsar Presto to separate repositories

sijie opened a new issue #10219:
URL: https://github.com/apache/pulsar/issues/10219


   This is the master issue for tracking the progress of [PIP-62](https://github.com/apache/pulsar/wiki/PIP-62%3A-Move-connectors%2C-adapters-and-Pulsar-Presto-to-separate-repositories)
   
   - [ ] Move pulsar-sql module to pulsar-presto repository
      - [ ] cherry-pick the changes from main repository to pulsar-presto repository
      - [ ] build the pulsar-presto image & release in pulsar-presto repository
      - [ ] remove pulsar-sql module from the main repo and remove the corresponding docker build
   - [ ] Move connectors to pulsar-connectors repository
      - [ ] cherry-pick the changes from main repository to pulsar-connectors repository
      - [ ] build the releases for individual connectors
      - [ ] build the pulsar-connectors image and the test image for integration tests
      - [ ] remove pulsar-connectors from the main repo


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



[GitHub] [pulsar] codelipenghui commented on issue #10219: PIP 62: Move connectors, adapters and Pulsar Presto to separate repositories

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10219:
URL: https://github.com/apache/pulsar/issues/10219#issuecomment-1058891489


   The issue had no activity for 30 days, mark with Stale label.


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



[GitHub] [pulsar] dlg99 commented on issue #10219: PIP 62: Move connectors, adapters and Pulsar Presto to separate repositories

Posted by GitBox <gi...@apache.org>.
dlg99 commented on issue #10219:
URL: https://github.com/apache/pulsar/issues/10219#issuecomment-824543425


   missing (from what I remember from the community meeting):
   * bring pulsar-adaptors up to the standards, CI, license check, fix integration tests.
   * trigger scheduled (daily, weekly) rebuilds/tests of these repos with latest pulsar master to detect breaking API changes
   * Docs update (i.e. check links to code/examples)


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



[GitHub] [pulsar] lhotari commented on issue #10219: PIP 62: Move connectors, adapters and Pulsar Presto to separate repositories

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #10219:
URL: https://github.com/apache/pulsar/issues/10219#issuecomment-824655798


   More tasks:
   - Setup scheduled build to do snapshot publishing to https://repository.apache.org/content/groups/snapshots/org/apache/pulsar
     - needed so that development branch (master) of pulsar-adaptors / pulsar-connectors can depend on snapshot versions of pulsar libraries
   - Extract integration testing library from `tests/integration` in `apache/pulsar` so that integration tests in pulsar-adaptors and pulsar-connectors can reuse some useful parts without duplicating the code in multiple places.


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