alexandervivas commented on issue #6433: URL: https://github.com/apache/incubator-pinot/issues/6433#issuecomment-812481456
@kyostyle1, sorry for the inconvenience, what I actually coded was for pinot to be able to connect to kafka clusters hosted in other platforms through ssl certificates and basic auth. I'm afraid this will be a lost cause because for them to be able to manually select the offsets where they need to consume messages from mostly for data recovering purposes and consistency in the segments they don't really need and don't use a group id. It won't be a problem because if for example you want to create a replica of your pinot cluster elsewhere, since they keep track of the offsets manually then there won't be a problem having an empty group id for those consumers, but that is just my guess, maybe @npawar or @fx19880617 can give more insights on this just to make sure what I said is correct and proceed to close this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
