-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding header info with Evenhub #12
Comments
Hi tmsrikanth, By eventhub message header info you are referring to, do you mean content-type, correlationId, messageId, etc.? If not them, please tell me what the eventhub message header information indicates. |
Hi, Regards, |
Hi, I have made some modifications to branch AEH0.3.0 to the extent that I can do so immediately.
I haven't done enough testing because I don't have an environment to retrieve properties, but does this meet your requirements? |
Thanks , I tried to create a jar out of the branch and added it into /lib/ext . But unfortunately i am unable to see the sampler listed in the jmeter. Am i missing any steps. |
Generated the Jar .. Testing it now. will revert on the results |
I know it's late, but I wrote down the build steps. |
Appreciate it Kuniteru, Json conversation for the property value provided error in processing in the function. I modified the code with hardcoded value of the property using eventData.getProperties().put, and it worked. |
I also have a requirement on sending messages in bytes format . I will try to make the addition to the code. |
I am glad that your modifications allowed us to meet your requirements. I look forward to your contribute on sending byte format messages. |
I am not able to push my branch . Do i need permission. |
Following the github convention, please fork first, modify the forked code, and then Pull Request it. I'm not familiar with any reference documents written in English, but how about this content, for example? |
Created a pull request .Pls Look into it. |
Hi,
I need to added header info as part of the eventhub message. can you let me know , how it can be added in this plugin
The text was updated successfully, but these errors were encountered: