Skip to content

Commit

Permalink
Remove CGO client from repo (apache#8514)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <rxl@apache.org>

### Motivation

As we discussed on the [mailing list](https://lists.apache.org/thread.html/r90e2d5b247b3b56443dfc2f89f17ccc0f20e1a4b020ea4e1df7771bf%40%3Cdev.pulsar.apache.org%3E), Currently, we have implemented all the functions of the CGO client in the native Go client, and three versions have been released. So it is time for us to remove the CGO client from the main Apache Pulsar repo.

### Modifications

- Remove `pulsar-client-go` folder.
  • Loading branch information
wolfstudy authored Nov 12, 2020
1 parent c198b61 commit 48e98e4
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 6,549 deletions.
11 changes: 0 additions & 11 deletions pulsar-client-go/.gitignore

This file was deleted.

60 changes: 0 additions & 60 deletions pulsar-client-go/examples/consumer-listener/consumer-listener.go

This file was deleted.

59 changes: 0 additions & 59 deletions pulsar-client-go/examples/consumer/consumer.go

This file was deleted.

60 changes: 0 additions & 60 deletions pulsar-client-go/examples/producer/producer.go

This file was deleted.

56 changes: 0 additions & 56 deletions pulsar-client-go/examples/reader/reader.go

This file was deleted.

63 changes: 0 additions & 63 deletions pulsar-client-go/examples/sendWithMsgID/producer.go

This file was deleted.

17 changes: 0 additions & 17 deletions pulsar-client-go/go.mod

This file was deleted.

39 changes: 0 additions & 39 deletions pulsar-client-go/go.sum

This file was deleted.

Loading

0 comments on commit 48e98e4

Please sign in to comment.