Skip to content

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

Open
@humkum

Description

@humkum

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions