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

Inconsistent directory structure Help!! #409

Open
shcw opened this issue Mar 11, 2022 · 11 comments
Open

Inconsistent directory structure Help!! #409

shcw opened this issue Mar 11, 2022 · 11 comments

Comments

@shcw
Copy link

shcw commented Mar 11, 2022

The issue tracker is ONLY used for the CPP/C client (feature request of RocketMQ need to follow RIP process). Keep in mind, please check whether there is an existing same report before your raise a new one.

Alternately (especially if your communication is not a bug report), you can send mail to our mailing lists. We welcome any friendly suggestions, bug fixes, collaboration, and other improvements.

Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as to the following:

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?
    i used re_dev branch

  • What did you expect to see?
    The master branch and the re_dev branch have the same directory structure

  • What did you see instead?
    re_dev include directory include/c and include/*
    master include directory include/*

@ifplusor
Copy link
Contributor

I restructure it. What problem do you encounter with the new structure?

@shcw
Copy link
Author

shcw commented Mar 16, 2022

i use https://github.com/apache/rocketmq-client-go/tree/v1.2.4 version
A lot of files can't be found 😭

@ifplusor
Copy link
Contributor

@Shencw You need to use below command

sudo cp rocketmq-client-cpp/include/c/* /usr/local/include/rocketmq

instead of

sudo cp rocketmq-client-cpp/include/* /usr/local/include/rocketmq

@shcw
Copy link
Author

shcw commented Mar 17, 2022

@ifplusor I try to use the prompt like this and the result is as follows

# github.com/apache/rocketmq-client-go/core
../../../go/pkg/mod/github.com/apache/[email protected]/core/pull_consumer.go:46:33: could not determine kind of name for C.E_BROKER_TIMEOUT

@ifplusor
Copy link
Contributor

@Shencw modify CPullResult.h with ifplusor@560f471

@ifplusor
Copy link
Contributor

I want to remind you that the re_dev branch does not support PullConsumer.

@shcw
Copy link
Author

shcw commented Mar 17, 2022

do I have anything I can use ? Mac M1 (Big Sur) or Mac intel (Big Sur)

@ifplusor
Copy link
Contributor

@Shencw PullConsumer is what you need to use?

@shcw
Copy link
Author

shcw commented Mar 17, 2022

@Shencw PullConsumer is what you need to use?

@ifplusor

yes, i need to maintain a bought old system

because there is not enough time, I want it to run ahead of time

now i are developing on CentOS7, But it's not as convenient as MAC OS 😂

@ShannonDing
Copy link
Member

maybe you can have a try on the native go client. https://github.com/apache/rocketmq-client-go/tree/master/examples/consumer/pull

@shcw
Copy link
Author

shcw commented Jun 28, 2022

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

No branches or pull requests

3 participants