Skip to content
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

Cast LOG_DEBUG to string in sample #340

Merged
merged 1 commit into from Jan 28, 2020
Merged

Conversation

Steveb-p
Copy link
Contributor

All configuration parameters passed to librdkafka should be strings.
Failure to do so results in:

TypeError : RdKafka\Conf::set() expects parameter 2 to be string, integer given

All configuration parameters passed to librdkafka should be strings.
Failure to do so results in:
```
TypeError : RdKafka\Conf::set() expects parameter 2 to be string, integer given
```
@nick-zh nick-zh merged commit bad5cba into arnaud-lb:master Jan 28, 2020
@nick-zh
Copy link
Collaborator

nick-zh commented Jan 28, 2020

Thanks @Steveb-p ✌️

tony2001 added a commit to tony2001/php-rdkafka that referenced this pull request Oct 1, 2020
* tag '4.0.3': (127 commits)
  4.0.3
  fix topic deconstruct for high level (arnaud-lb#333)
  remove examples from repo (arnaud-lb#341)
  Cast LOG_DEBUG to string in sample (arnaud-lb#340)
  Use auto.offset.reset earliest instead of smallest (arnaud-lb#339)
  fix headers, specify length (arnaud-lb#338)
  add partition check
  Update README.md
  Back to dev
  4.0.2
  Update .editorconfig
  Revert "dont set partition to zero if null (arnaud-lb#321)"
  fix consume mem leak
  use zend_long for zend_parse_parameters arg
  Fix [-Wformat-extra-args]
  fix [-Wunused-variable]
  fix [-Wformat=] warning
  Back to dev
  4.0.1
  Run integration tests in CI (arnaud-lb#223)
  ...
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.

None yet

2 participants