ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Apache Kafka の単純なSELECT/INSERT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにApache Kafka から関連するレスポンスデータを返します。
CData ADO.NET Provider for Apache Kafka ストアドプロシージャ
Name | Description |
CommitOffset | Commits the messages to the connection ConsumerGroupId. |
CreateSchema | Creates a schema definition of a table in Kafka. |
GetAdminConsentURL | Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials. |
GetOAuthAccessToken | Gets an OAuth authentication token. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. You will request the OAuthAccessToken from this URL. |
ProduceMessage | Sends a raw message to Kafka. |
RefreshOAuthAccessToken | Exchanges a access token for a new access token. |