Bohan Zhang
Bohan Zhang
> header: such as 'content-type: application/json', Authorization: Basic dXNlcjEyMzpwYXNzMTIz where the last part is the base64-encoded username:password string. (This is just one most common authentication method, aka basic authentication, there...
as mentioned in #17202, will rely on secret management for cert support.
already done in https://github.com/risingwavelabs/risingwave/pull/17826, need a volunteer to test with it.
can you help ref the doc page here? & from the SQL above, I don't see you are using the message header but the timestamp. Can you clarify the requirement?
> Here I need to get the change time of the data. Currently I want to quote the timestamp of kafka, but according to the example in the document, it...
> In this case, just modify the stored parameters in the streaming plans Does this mean users can do whatever they want as long as not changing the connector? TBH,...
partially impl in https://github.com/risingwavelabs/risingwave/pull/20780
PR stack: main
let's give LLM another shot
I am not sure if getting this correct https://github.com/risingwavelabs/risingwave/blob/14d4c71e81fbaa57e48e4ce79dc1faa13c82cd95/src/connector/src/connector_common/common.rs#L943-L950 This logic load stream directly if the stream exists, so it should not create a new one if predefined.