|
5 | 5 | "name": "kafka-python: Apache", |
6 | 6 | "type": "debugpy", |
7 | 7 | "request": "launch", |
8 | | - "program": "${workspaceFolder}/examples/kafkapy/apache.py", |
| 8 | + "module": "examples.kafkapy.apache", |
9 | 9 | "console": "integratedTerminal", |
10 | 10 | "env": { |
11 | 11 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
18 | 18 | "name": "kafka-python: Aiven", |
19 | 19 | "type": "debugpy", |
20 | 20 | "request": "launch", |
21 | | - "program": "${workspaceFolder}/examples/kafkapy/aiven.py", |
| 21 | + "module": "examples.kafkapy.aiven", |
22 | 22 | "console": "integratedTerminal", |
23 | 23 | "env": { |
24 | 24 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
31 | 31 | "name": "kafka-python: Confluent", |
32 | 32 | "type": "debugpy", |
33 | 33 | "request": "launch", |
34 | | - "program": "${workspaceFolder}/examples/kafkapy/confluent.py", |
| 34 | + "module": "examples.kafkapy.confluent", |
35 | 35 | "console": "integratedTerminal", |
36 | 36 | "env": { |
37 | 37 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
44 | 44 | "name": "kafka-python: MSK", |
45 | 45 | "type": "debugpy", |
46 | 46 | "request": "launch", |
47 | | - "program": "${workspaceFolder}/examples/kafkapy/msk.py", |
| 47 | + "module": "examples.kafkapy.msk", |
48 | 48 | "console": "integratedTerminal", |
49 | 49 | "env": { |
50 | 50 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
57 | 57 | "name": "aiokafka: Apache", |
58 | 58 | "type": "debugpy", |
59 | 59 | "request": "launch", |
60 | | - "program": "${workspaceFolder}/examples/aiokafka/apache.py", |
| 60 | + "module": "examples.aiokafka.apache", |
61 | 61 | "console": "integratedTerminal", |
62 | 62 | "env": { |
63 | 63 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
70 | 70 | "name": "aiokafka: Aiven", |
71 | 71 | "type": "debugpy", |
72 | 72 | "request": "launch", |
73 | | - "program": "${workspaceFolder}/examples/aiokafka/aiven.py", |
| 73 | + "module": "examples.aiokafka.aiven", |
74 | 74 | "console": "integratedTerminal", |
75 | 75 | "env": { |
76 | 76 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
83 | 83 | "name": "aiokafka: Confluent", |
84 | 84 | "type": "debugpy", |
85 | 85 | "request": "launch", |
86 | | - "program": "${workspaceFolder}/examples/aiokafka/confluent.py", |
| 86 | + "module": "examples.aiokafka.confluent", |
87 | 87 | "console": "integratedTerminal", |
88 | 88 | "env": { |
89 | 89 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
96 | 96 | "name": "aiokafka: MSK", |
97 | 97 | "type": "debugpy", |
98 | 98 | "request": "launch", |
99 | | - "program": "${workspaceFolder}/examples/aiokafka/msk.py", |
| 99 | + "module": "examples.aiokafka.msk", |
100 | 100 | "console": "integratedTerminal", |
101 | 101 | "env": { |
102 | 102 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
109 | 109 | "name": "confluent-kafka: Apache", |
110 | 110 | "type": "debugpy", |
111 | 111 | "request": "launch", |
112 | | - "program": "${workspaceFolder}/examples/confluent_kafka/apache.py", |
| 112 | + "module": "examples.confluent_kafka.apache", |
113 | 113 | "console": "integratedTerminal", |
114 | 114 | "env": { |
115 | 115 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
122 | 122 | "name": "confluent-kafka: Aiven", |
123 | 123 | "type": "debugpy", |
124 | 124 | "request": "launch", |
125 | | - "program": "${workspaceFolder}/examples/confluent_kafka/aiven.py", |
| 125 | + "module": "examples.confluent_kafka.aiven", |
126 | 126 | "console": "integratedTerminal", |
127 | 127 | "env": { |
128 | 128 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
135 | 135 | "name": "confluent-kafka: Confluent", |
136 | 136 | "type": "debugpy", |
137 | 137 | "request": "launch", |
138 | | - "program": "${workspaceFolder}/examples/confluent_kafka/confluent.py", |
| 138 | + "module": "examples.confluent_kafka.confluent", |
139 | 139 | "console": "integratedTerminal", |
140 | 140 | "env": { |
141 | 141 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
148 | 148 | "name": "confluent-kafka: MSK", |
149 | 149 | "type": "debugpy", |
150 | 150 | "request": "launch", |
151 | | - "program": "${workspaceFolder}/examples/confluent_kafka/msk.py", |
| 151 | + "module": "examples.confluent_kafka.msk", |
152 | 152 | "console": "integratedTerminal", |
153 | 153 | "env": { |
154 | 154 | "SUPERSTREAM_TOPICS_LIST": "test-topic,test-topic-1,test-topic-2,test-topic-3", |
|
0 commit comments