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

[C extension]some c interface enhancement and bugfix during user using python sdk #397

Open
4 of 6 tasks
humkum opened this issue Feb 7, 2022 · 0 comments · May be fixed by #399
Open
4 of 6 tasks

[C extension]some c interface enhancement and bugfix during user using python sdk #397

humkum opened this issue Feb 7, 2022 · 0 comments · May be fixed by #399

Comments

@humkum
Copy link
Contributor

humkum commented Feb 7, 2022

BUG REPORT

  1. Please describe the issue you observed:
    When we extend the Python sdk with the c interface of the c++ sdk, we find the following question:
int SetProducerLogPath(CProducer* producer, const char* logPath) {
  if (producer == NULL) {
    return NULL_POINTER;
  }
  return OK;
}
  1. Please tell us about your environment:
  • What is your OS?

  • What is your client version?

  • What is your RocketMQ version?

  1. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):

FEATURE REQUEST

  1. Please describe the feature you are requesting.

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

@ShannonDing ShannonDing linked a pull request May 25, 2022 that will close this issue
5 tasks
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 a pull request may close this issue.

1 participant