Skip to content

2.6.1 beta.2 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open

2.6.1 beta.2 #3

wants to merge 65 commits into from

Conversation

rivernate
Copy link

No description provided.

lukfugl and others added 30 commits June 3, 2019 10:49
can send from a producer and receive and acknowledge from a consumer
so that Producer::send can just take the Message cpp-side

also fix service_url handling in bin/example-*
also, switch the using Module#prepend to decorate C++ defined methods
with ruby, rather than `_` prefixes
leave the placeholder in the C++ binding code, but don't actually bind
it, and don't use it in the example
to see if it makes a difference for where bundler puts the bindings.so
file. right now it's putting it in `lib/` instead of in `lib/pulsar/`
and use them in the example producer and consumer
and fix the topic name back to what it had been
still allow passing in the enum value integer directly, but also for
convenience translate a set of symbols too and from the enum values
This should fix this error that I ran into when using listen_in_thread:
```
bundler: failed to load command: ./client.rb (./client.rb)
LocalJumpError: no block given (yield)
  /home/docker/.gem/ruby/2.6.0/bundler/gems/pulsar-client-ruby-f915f9680abd/lib/pulsar/consumer.rb:42:in `listen'
  /home/docker/.gem/ruby/2.6.0/bundler/gems/pulsar-client-ruby-f915f9680abd/lib/pulsar/consumer.rb:48:in `block in listen_in_thread'
```
including allowing forwarding Hash argument from Client#subscribe
accidentally built and published .3 without the fix
inverted logic error checking sufficient environment, and a bare `gets`
tries to read from ARGV[0], when present, instead of the intended STDIN
atezs82 and others added 29 commits December 9, 2020 09:17
Support partition key and ordering key on top of properties
Adding close call to producer and consumer
- added Gemfile.lock
- default rake command also compiles project
- installed libpulsar in Travis container
Add silent_logging option to silence the c++ logger
Update gem version to match pulsar lib version
chore(docs): fixed minor version problem in README
Do live pulsar produce/consume in tests when configured
Allow consumer to subscribe to multiple topics
add enum values for setting subscription position type
@Seitk
Copy link

Seitk commented Dec 12, 2022

Hi @rivernate thank you for building pulsar ruby client, is this project still on-going?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants