You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ begin
54
54
end;
55
55
```
56
56
57
-
> NOTE: A Topic can also be created using OKAFKA Administration methods. Or, through the Producer interface which creates a new topic if it was not previously created.
57
+
> Note: A Topic can also be created using OKAFKA Administration methods. Or, through the Producer interface which creates a new topic if it was not previously created.
58
58
59
59
#### Connection configuration
60
60
@@ -102,7 +102,7 @@ Learn more about [JDBC Thin Connections with a Wallet (mTLS)](https://docs.oracl
102
102
103
103
You can get a detailed description of the Producer, Consumer and Administration APIs in the [Kafka APIs for Oracle Transactional Event Queues Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/adque/Kafka_cient_interface_TEQ.html#GUID-5549915E-6509-4065-B05E-E96338F4742C).
104
104
105
-
> NOTE: Topic name property should be provided in UPPERCASE.
105
+
> Note: Topic name property should be provided in UPPERCASE.
106
106
>
107
107
>> ```text
108
108
>> topic.name=<Oracle Database TxEventQ Topic, use uppercase>
0 commit comments